Html Css Color HEX #28002C Blackcurrant

📋 copy color: '#28002C'

red 40 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #28002C

Tints of Blackcurrant #28002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.62%
G = 0%
B = 52.38%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28002C (or 0x28002C) is known color: Blackcurrant. HEX triplet: 28, 00 and 2C. RGB value is (40,0,44). Sum of RGB (Red+Green+Blue) = 40+0+44=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #28002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28002C is #D7FFD3. Grayscale: #101010. Windows color (decimal): -14155732 or 2883624. OLE color: 2883624.

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

Color convert

RGB 40 0 44 -
CMYK 0.09 1 0 0.83
HSL 294.55º 1% 0.09% -
HSV(B) 294.55º 1% 0.17% -
XYZ 1.33 0.63 2.43 -
YUV 16.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 40 0 44 0.09 1 0 0.83 294.55 1 0.09
Hex 28 0 2C 9 64 0 53 127 64 9
Octal 50 0 54 11 144 0 123 447 144 11
Binary 101000 0 101100 1001 1100100 0 1010011 100100111 1100100 1001

Color Harmonies of #28002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28002C

Black with #28002C

Text Example


Text Example

White with #28002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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