Html Css Color HEX #28112C Blackcurrant

📋 copy color: '#28112C'

red 40 ◦ green 17 ◦ blue 44

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

Shades of Blackcurrant #28112C

Tints of Blackcurrant #28112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.83%

 BLUE value IS 44 (17.58% from 255) = 43.56%

R = 39.6%
G = 16.83%
B = 43.56%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28112C (or 0x28112C) is known color: Blackcurrant. HEX triplet: 28, 11 and 2C. RGB value is (40,17,44). Sum of RGB (Red+Green+Blue) = 40+17+44=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #28112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28112C is #D7EED3. Grayscale: #1A1A1A. Windows color (decimal): -14151380 or 2887976. OLE color: 2887976.

HSL color Cylindrical-coordinate representation of color #28112C: hue angle of 291.11º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28112C is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 17 44 -
CMYK 0.09 0.61 0 0.83
HSL 291.11º 0.44% 0.12% -
HSV(B) 291.11º 0.61% 0.17% -
XYZ 1.53 1.03 2.5 -
YUV 26.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 40 17 44 0.09 0.61 0 0.83 291.11 0.44 0.12
Hex 28 11 2C 9 3D 0 53 123 2C C
Octal 50 21 54 11 75 0 123 443 54 14
Binary 101000 10001 101100 1001 111101 0 1010011 100100011 101100 1100

Color Harmonies of #28112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28112C

Black with #28112C

Text Example


Text Example

White with #28112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28112C; }

 p { color: rgb(40,17,44); }

 H1.HeaderClassName
 {
   color: #28112C;
 }
 .AnyTagClassName
 {
   color: #28112C;
 }
</style>

background-color css

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

 a { background-color: rgb(40,17,44); }

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

border-color css

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

 span { border-color: rgb(40,17,44); }

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