Html Css Color HEX #180B1F Blackcurrant

📋 copy color: '#180B1F'

red 24 ◦ green 11 ◦ blue 31

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

Shades of Blackcurrant #180B1F

Tints of Blackcurrant #180B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 46.97%

R = 36.36%
G = 16.67%
B = 46.97%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#180B1F (or 0x180B1F) is known color: Blackcurrant. HEX triplet: 18, 0B and 1F. RGB value is (24,11,31). Sum of RGB (Red+Green+Blue) = 24+11+31=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #180B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B1F is #E7F4E0. Grayscale: #111111. Windows color (decimal): -15201505 or 2034456. OLE color: 2034456.

HSL color Cylindrical-coordinate representation of color #180B1F: hue angle of 279º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #180B1F is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 11 31 -
CMYK 0.23 0.65 0 0.88
HSL 279º 0.48% 0.08% -
HSV(B) 279º 0.65% 0.12% -
XYZ 0.74 0.53 1.36 -
YUV 17.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 24 11 31 0.23 0.65 0 0.88 279 0.48 0.08
Hex 18 B 1F 17 41 0 58 117 30 8
Octal 30 13 37 27 101 0 130 427 60 10
Binary 11000 1011 11111 10111 1000001 0 1011000 100010111 110000 1000

Color Harmonies of #180B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B1F

Black with #180B1F

Text Example


Text Example

White with #180B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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