Html Css Color HEX #130918 Blackcurrant

📋 copy color: '#130918'

red 19 ◦ green 9 ◦ blue 24

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

Shades of Blackcurrant #130918

Tints of Blackcurrant #130918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 17.31%

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

R = 36.54%
G = 17.31%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130918 (or 0x130918) is known color: Blackcurrant. HEX triplet: 13, 09 and 18. RGB value is (19,9,24). Sum of RGB (Red+Green+Blue) = 19+9+24=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #130918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130918 is #ECF6E7. Grayscale: #0D0D0D. Windows color (decimal): -15529704 or 1575187. OLE color: 1575187.

HSL color Cylindrical-coordinate representation of color #130918: hue angle of 280º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #130918 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 9 24 -
CMYK 0.21 0.63 0 0.91
HSL 280º 0.45% 0.06% -
HSV(B) 280º 0.63% 0.09% -
XYZ 0.53 0.4 0.91 -
YUV 13.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 19 9 24 0.21 0.63 0 0.91 280 0.45 0.06
Hex 13 9 18 15 3F 0 5B 118 2D 6
Octal 23 11 30 25 77 0 133 430 55 6
Binary 10011 1001 11000 10101 111111 0 1011011 100011000 101101 110

Color Harmonies of #130918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130918

Black with #130918

Text Example


Text Example

White with #130918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130918; }

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

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

background-color css

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

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

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

border-color css

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

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

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