Html Css Color HEX #28232E Blackcurrant

📋 copy color: '#28232E'

red 40 ◦ green 35 ◦ blue 46

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

Shades of Blackcurrant #28232E

Tints of Blackcurrant #28232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.02%

R = 33.06%
G = 28.93%
B = 38.02%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28232E (or 0x28232E) is known color: Blackcurrant. HEX triplet: 28, 23 and 2E. RGB value is (40,35,46). Sum of RGB (Red+Green+Blue) = 40+35+46=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 46 - color contains mainly: blue. Hex color #28232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28232E is #D7DCD1. Grayscale: #252525. Windows color (decimal): -14146770 or 3023656. OLE color: 3023656.

HSL color Cylindrical-coordinate representation of color #28232E: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #28232E is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 40 35 46 -
CMYK 0.13 0.24 0 0.82
HSL 267.27º 0.14% 0.16% -
HSV(B) 267.27º 0.24% 0.18% -
XYZ 1.97 1.85 2.84 -
YUV 37.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 40 35 46 0.13 0.24 0 0.82 267.27 0.14 0.16
Hex 28 23 2E D 18 0 52 10B E 10
Octal 50 43 56 15 30 0 122 413 16 20
Binary 101000 100011 101110 1101 11000 0 1010010 100001011 1110 10000

Color Harmonies of #28232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28232E

Black with #28232E

Text Example


Text Example

White with #28232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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