Html Css Color HEX #180B28 Blackcurrant

📋 copy color: '#180B28'

red 24 ◦ green 11 ◦ blue 40

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

Shades of Blackcurrant #180B28

Tints of Blackcurrant #180B28

RGB

 RED value IS 24 (9.77% from 255) = 32%

 GREEN value IS 11 (4.69% from 255) = 14.67%

 BLUE value IS 40 (16.02% from 255) = 53.33%

R = 32%
G = 14.67%
B = 53.33%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#180B28 (or 0x180B28) is known color: Blackcurrant. HEX triplet: 18, 0B and 28. RGB value is (24,11,40). Sum of RGB (Red+Green+Blue) = 24+11+40=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #180B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B28 is #E7F4D7. Grayscale: #121212. Windows color (decimal): -15201496 or 2624280. OLE color: 2624280.

HSL color Cylindrical-coordinate representation of color #180B28: hue angle of 266.9º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #180B28 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 11 40 -
CMYK 0.40 0.72 0 0.84
HSL 266.9º 0.57% 0.1% -
HSV(B) 266.9º 0.73% 0.16% -
XYZ 0.88 0.59 2.07 -
YUV 18.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 24 11 40 0.40 0.72 0 0.84 266.9 0.57 0.1
Hex 18 B 28 28 48 0 54 10B 39 A
Octal 30 13 50 50 110 0 124 413 71 12
Binary 11000 1011 101000 101000 1001000 0 1010100 100001011 111001 1010

Color Harmonies of #180B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B28

Black with #180B28

Text Example


Text Example

White with #180B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180B28; }

 p { color: rgb(24,11,40); }

 H1.HeaderClassName
 {
   color: #180B28;
 }
 .AnyTagClassName
 {
   color: #180B28;
 }
</style>

background-color css

<style>
 a { background-color: #180B28; }

 a { background-color: rgb(24,11,40); }

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

border-color css

<style>
 span { border-color: #180B28; }

 span { border-color: rgb(24,11,40); }

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