Html Css Color HEX #28232A Blackcurrant

📋 copy color: '#28232A'

red 40 ◦ green 35 ◦ blue 42

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

Shades of Blackcurrant #28232A

Tints of Blackcurrant #28232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 35.9%

R = 34.19%
G = 29.91%
B = 35.9%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#28232A (or 0x28232A) is known color: Blackcurrant. HEX triplet: 28, 23 and 2A. RGB value is (40,35,42). Sum of RGB (Red+Green+Blue) = 40+35+42=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 42 - color contains mainly: blue. Hex color #28232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28232A is #D7DCD5. Grayscale: #252525. Windows color (decimal): -14146774 or 2761512. OLE color: 2761512.

HSL color Cylindrical-coordinate representation of color #28232A: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #28232A is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 35 42 -
CMYK 0.05 0.17 0 0.84
HSL 282.86º 0.09% 0.15% -
HSV(B) 282.86º 0.17% 0.16% -
XYZ 1.89 1.82 2.44 -
YUV 37.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 40 35 42 0.05 0.17 0 0.84 282.86 0.09 0.15
Hex 28 23 2A 5 11 0 54 11B 9 F
Octal 50 43 52 5 21 0 124 433 11 17
Binary 101000 100011 101010 101 10001 0 1010100 100011011 1001 1111

Color Harmonies of #28232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28232A

Black with #28232A

Text Example


Text Example

White with #28232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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