Html Css Color HEX #130C18 Blackcurrant

📋 copy color: '#130C18'

red 19 ◦ green 12 ◦ blue 24

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

Shades of Blackcurrant #130C18

Tints of Blackcurrant #130C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 21.82%

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

R = 34.55%
G = 21.82%
B = 43.64%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130C18 (or 0x130C18) is known color: Blackcurrant. HEX triplet: 13, 0C and 18. RGB value is (19,12,24). Sum of RGB (Red+Green+Blue) = 19+12+24=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #130C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C18 is #ECF3E7. Grayscale: #0F0F0F. Windows color (decimal): -15528936 or 1575955. OLE color: 1575955.

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

Color convert

RGB 19 12 24 -
CMYK 0.21 0.50 0 0.91
HSL 275º 0.33% 0.07% -
HSV(B) 275º 0.5% 0.09% -
XYZ 0.56 0.47 0.92 -
YUV 15.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 19 12 24 0.21 0.50 0 0.91 275 0.33 0.07
Hex 13 C 18 15 32 0 5B 113 21 7
Octal 23 14 30 25 62 0 133 423 41 7
Binary 10011 1100 11000 10101 110010 0 1011011 100010011 100001 111

Color Harmonies of #130C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C18

Black with #130C18

Text Example


Text Example

White with #130C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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