#230628

Color #230628 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #230628

Tints of Blackcurrant #230628

Color information

#230628 (or 0x230628) is unknown color: approx Blackcurrant. HEX triplet: 23, 06 and 28. RGB value is (35,6,40). Sum of RGB (Red+Green+Blue) = 35+6+40=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #230628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230628 is #DCF9D7. Grayscale: #121212. Windows color (decimal): -14481880 or 2623011. OLE color: 2623011.

HSL color Cylindrical-coordinate representation of color #230628: hue angle of 291.18º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #230628 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB35640-
CMYK0.120.8500.84
HSL291.18º73.91%9.02%-
HSV(B)291.18º85%15.69%-
XYZ1.140.642.07-
YUV18.55140.11139.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 40 (16.02% from 255) = 49.38%
R=43.21%
G=7.41%
B=49.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal356400.120.8500.84291.1873.919.02
Hex23628C550541234a9
Octal4365014125012444311211
Binary100011110101000110010101010101010010010001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230628; }

 p { color: rgb(35,6,40); }

 H1.HeaderClassName
 {
   color: #230628;
 }
 .AnyTagClassName
 {
   color: #230628;
 }
</style>
background-color css

<style>
 a { background-color: #230628; }

 a { background-color: rgb(35,6,40); }

 div.DivClassName
 {
   background-color: #230628;
 }
 .BgClassName
 {
   background-color: #230628;
 }
</style>
border-color css

<style>
 span { border-color: #230628; }

 span { border-color: rgb(35,6,40); }

 td.TdClassName
 {
   border-color: #230628;
 }
 .TagClassName
 {
   border-color: #230628;
 }
</style>