Html Css Color HEX #180B29 Blackcurrant

📋 copy color: '#180B29'

red 24 ◦ green 11 ◦ blue 41

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

Shades of Blackcurrant #180B29

Tints of Blackcurrant #180B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 53.95%

R = 31.58%
G = 14.47%
B = 53.95%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#180B29 (or 0x180B29) is known color: Blackcurrant. HEX triplet: 18, 0B and 29. RGB value is (24,11,41). Sum of RGB (Red+Green+Blue) = 24+11+41=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #180B29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B29 is #E7F4D6. Grayscale: #121212. Windows color (decimal): -15201495 or 2689816. OLE color: 2689816.

HSL color Cylindrical-coordinate representation of color #180B29: hue angle of 266º degrees, saturation: 0.58, 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 #180B29 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 11 41 -
CMYK 0.41 0.73 0 0.84
HSL 266º 0.58% 0.1% -
HSV(B) 266º 0.73% 0.16% -
XYZ 0.9 0.59 2.17 -
YUV 18.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 24 11 41 0.41 0.73 0 0.84 266 0.58 0.1
Hex 18 B 29 29 49 0 54 10A 3A A
Octal 30 13 51 51 111 0 124 412 72 12
Binary 11000 1011 101001 101001 1001001 0 1010100 100001010 111010 1010

Color Harmonies of #180B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B29

Black with #180B29

Text Example


Text Example

White with #180B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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