Html Css Color HEX #28094C Blackcurrant

📋 copy color: '#28094C'

red 40 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #28094C

Tints of Blackcurrant #28094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

 BLUE value IS 76 (30.08% from 255) = 60.8%

R = 32%
G = 7.2%
B = 60.8%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28094C (or 0x28094C) is known color: Blackcurrant. HEX triplet: 28, 09 and 4C. RGB value is (40,9,76). Sum of RGB (Red+Green+Blue) = 40+9+76=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #28094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28094C is #D7F6B3. Grayscale: #191919. Windows color (decimal): -14153396 or 4983080. OLE color: 4983080.

HSL color Cylindrical-coordinate representation of color #28094C: hue angle of 267.76º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28094C is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 9 76 -
CMYK 0.47 0.88 0 0.70
HSL 267.76º 0.79% 0.17% -
HSV(B) 267.76º 0.88% 0.3% -
XYZ 2.28 1.17 6.94 -
YUV 25.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 40 9 76 0.47 0.88 0 0.70 267.76 0.79 0.17
Hex 28 9 4C 2F 58 0 46 10C 4F 11
Octal 50 11 114 57 130 0 106 414 117 21
Binary 101000 1001 1001100 101111 1011000 0 1000110 100001100 1001111 10001

Color Harmonies of #28094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28094C

Black with #28094C

Text Example


Text Example

White with #28094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,9,76); }

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

background-color css

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

 a { background-color: rgb(40,9,76); }

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

border-color css

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

 span { border-color: rgb(40,9,76); }

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