Html Css Color HEX #180B1B Blackcurrant

📋 copy color: '#180B1B'

red 24 ◦ green 11 ◦ blue 27

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

Shades of Blackcurrant #180B1B

Tints of Blackcurrant #180B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 43.55%

R = 38.71%
G = 17.74%
B = 43.55%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#180B1B (or 0x180B1B) is known color: Blackcurrant. HEX triplet: 18, 0B and 1B. RGB value is (24,11,27). Sum of RGB (Red+Green+Blue) = 24+11+27=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 27 - color contains mainly: blue. Hex color #180B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B1B is #E7F4E4. Grayscale: #101010. Windows color (decimal): -15201509 or 1772312. OLE color: 1772312.

HSL color Cylindrical-coordinate representation of color #180B1B: hue angle of 288.75º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #180B1B is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 11 27 -
CMYK 0.11 0.59 0 0.89
HSL 288.75º 0.42% 0.07% -
HSV(B) 288.75º 0.59% 0.11% -
XYZ 0.69 0.51 1.1 -
YUV 16.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 24 11 27 0.11 0.59 0 0.89 288.75 0.42 0.07
Hex 18 B 1B B 3B 0 59 121 2A 7
Octal 30 13 33 13 73 0 131 441 52 7
Binary 11000 1011 11011 1011 111011 0 1011001 100100001 101010 111

Color Harmonies of #180B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B1B

Black with #180B1B

Text Example


Text Example

White with #180B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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