Html Css Color HEX #28232B Blackcurrant

📋 copy color: '#28232B'

red 40 ◦ green 35 ◦ blue 43

#28232B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #28232B

Tints of Blackcurrant #28232B

RGB

 RED value IS 40 (16.02% from 255) = 33.9%

 GREEN value IS 35 (14.06% from 255) = 29.66%

 BLUE value IS 43 (17.19% from 255) = 36.44%

R = 33.9%
G = 29.66%
B = 36.44%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28232B (or 0x28232B) is known color: Blackcurrant. HEX triplet: 28, 23 and 2B. RGB value is (40,35,43). Sum of RGB (Red+Green+Blue) = 40+35+43=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 43 - color contains mainly: blue. Hex color #28232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28232B is #D7DCD4. Grayscale: #252525. Windows color (decimal): -14146773 or 2827048. OLE color: 2827048.

HSL color Cylindrical-coordinate representation of color #28232B: hue angle of 277.5º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #28232B is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 35 43 -
CMYK 0.07 0.19 0 0.83
HSL 277.5º 0.1% 0.15% -
HSV(B) 277.5º 0.19% 0.17% -
XYZ 1.91 1.83 2.54 -
YUV 37.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 40 35 43 0.07 0.19 0 0.83 277.5 0.1 0.15
Hex 28 23 2B 7 13 0 53 116 A F
Octal 50 43 53 7 23 0 123 426 12 17
Binary 101000 100011 101011 111 10011 0 1010011 100010110 1010 1111

Color Harmonies of #28232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28232B

Black with #28232B

Text Example


Text Example

White with #28232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28232B; }

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

 H1.HeaderClassName
 {
   color: #28232B;
 }
 .AnyTagClassName
 {
   color: #28232B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #28232B;
 }
 .BgClassName
 {
   background-color: #28232B;
 }
</style>

border-color css

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

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

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