Html Css Color HEX #130E18 Blackcurrant

📋 copy color: '#130E18'

red 19 ◦ green 14 ◦ blue 24

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

Shades of Blackcurrant #130E18

Tints of Blackcurrant #130E18

RGB

 RED value IS 19 (7.81% from 255) = 33.33%

 GREEN value IS 14 (5.86% from 255) = 24.56%

 BLUE value IS 24 (9.77% from 255) = 42.11%

R = 33.33%
G = 24.56%
B = 42.11%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130E18 (or 0x130E18) is known color: Blackcurrant. HEX triplet: 13, 0E and 18. RGB value is (19,14,24). Sum of RGB (Red+Green+Blue) = 19+14+24=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #130E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E18 is #ECF1E7. Grayscale: #101010. Windows color (decimal): -15528424 or 1576467. OLE color: 1576467.

HSL color Cylindrical-coordinate representation of color #130E18: hue angle of 270º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #130E18 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 14 24 -
CMYK 0.21 0.42 0 0.91
HSL 270º 0.26% 0.07% -
HSV(B) 270º 0.42% 0.09% -
XYZ 0.59 0.52 0.93 -
YUV 16.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 19 14 24 0.21 0.42 0 0.91 270 0.26 0.07
Hex 13 E 18 15 2A 0 5B 10E 1A 7
Octal 23 16 30 25 52 0 133 416 32 7
Binary 10011 1110 11000 10101 101010 0 1011011 100001110 11010 111

Color Harmonies of #130E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E18

Black with #130E18

Text Example


Text Example

White with #130E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E18; }

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

 H1.HeaderClassName
 {
   color: #130E18;
 }
 .AnyTagClassName
 {
   color: #130E18;
 }
</style>

background-color css

<style>
 a { background-color: #130E18; }

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

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

border-color css

<style>
 span { border-color: #130E18; }

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

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