Html Css Color HEX #28142C Blackcurrant

📋 copy color: '#28142C'

red 40 ◦ green 20 ◦ blue 44

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

Shades of Blackcurrant #28142C

Tints of Blackcurrant #28142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

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

R = 38.46%
G = 19.23%
B = 42.31%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28142C (or 0x28142C) is known color: Blackcurrant. HEX triplet: 28, 14 and 2C. RGB value is (40,20,44). Sum of RGB (Red+Green+Blue) = 40+20+44=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #28142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28142C is #D7EBD3. Grayscale: #1C1C1C. Windows color (decimal): -14150612 or 2888744. OLE color: 2888744.

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

Color convert

RGB 40 20 44 -
CMYK 0.09 0.55 0 0.83
HSL 290º 0.38% 0.13% -
HSV(B) 290º 0.55% 0.17% -
XYZ 1.58 1.13 2.52 -
YUV 28.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 40 20 44 0.09 0.55 0 0.83 290 0.38 0.13
Hex 28 14 2C 9 37 0 53 122 26 D
Octal 50 24 54 11 67 0 123 442 46 15
Binary 101000 10100 101100 1001 110111 0 1010011 100100010 100110 1101

Color Harmonies of #28142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28142C

Black with #28142C

Text Example


Text Example

White with #28142C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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