Html Css Color HEX #28052C Blackcurrant

📋 copy color: '#28052C'

red 40 ◦ green 5 ◦ blue 44

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

Shades of Blackcurrant #28052C

Tints of Blackcurrant #28052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.62%

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

R = 44.94%
G = 5.62%
B = 49.44%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28052C (or 0x28052C) is known color: Blackcurrant. HEX triplet: 28, 05 and 2C. RGB value is (40,5,44). Sum of RGB (Red+Green+Blue) = 40+5+44=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #28052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28052C is #D7FAD3. Grayscale: #131313. Windows color (decimal): -14154452 or 2884904. OLE color: 2884904.

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

Color convert

RGB 40 5 44 -
CMYK 0.09 0.89 0 0.83
HSL 293.85º 0.8% 0.1% -
HSV(B) 293.85º 0.89% 0.17% -
XYZ 1.38 0.74 2.45 -
YUV 19.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 40 5 44 0.09 0.89 0 0.83 293.85 0.8 0.1
Hex 28 5 2C 9 59 0 53 126 50 A
Octal 50 5 54 11 131 0 123 446 120 12
Binary 101000 101 101100 1001 1011001 0 1010011 100100110 1010000 1010

Color Harmonies of #28052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28052C

Black with #28052C

Text Example


Text Example

White with #28052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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