Html Css Color HEX #18131B Blackcurrant

📋 copy color: '#18131B'

red 24 ◦ green 19 ◦ blue 27

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

Shades of Blackcurrant #18131B

Tints of Blackcurrant #18131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.14%

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

R = 34.29%
G = 27.14%
B = 38.57%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18131B (or 0x18131B) is known color: Blackcurrant. HEX triplet: 18, 13 and 1B. RGB value is (24,19,27). Sum of RGB (Red+Green+Blue) = 24+19+27=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #18131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131B is #E7ECE4. Grayscale: #151515. Windows color (decimal): -15199461 or 1774360. OLE color: 1774360.

HSL color Cylindrical-coordinate representation of color #18131B: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #18131B is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 19 27 -
CMYK 0.11 0.30 0 0.89
HSL 277.5º 0.17% 0.09% -
HSV(B) 277.5º 0.3% 0.11% -
XYZ 0.81 0.74 1.14 -
YUV 21.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 24 19 27 0.11 0.30 0 0.89 277.5 0.17 0.09
Hex 18 13 1B B 1E 0 59 116 11 9
Octal 30 23 33 13 36 0 131 426 21 11
Binary 11000 10011 11011 1011 11110 0 1011001 100010110 10001 1001

Color Harmonies of #18131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18131B

Black with #18131B

Text Example


Text Example

White with #18131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18131B; }

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

 H1.HeaderClassName
 {
   color: #18131B;
 }
 .AnyTagClassName
 {
   color: #18131B;
 }
</style>

background-color css

<style>
 a { background-color: #18131B; }

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

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

border-color css

<style>
 span { border-color: #18131B; }

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

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