Html Css Color HEX #130818 Blackcurrant

📋 copy color: '#130818'

red 19 ◦ green 8 ◦ blue 24

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

Shades of Blackcurrant #130818

Tints of Blackcurrant #130818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 15.69%

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

R = 37.25%
G = 15.69%
B = 47.06%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130818 (or 0x130818) is known color: Blackcurrant. HEX triplet: 13, 08 and 18. RGB value is (19,8,24). Sum of RGB (Red+Green+Blue) = 19+8+24=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #130818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130818 is #ECF7E7. Grayscale: #0D0D0D. Windows color (decimal): -15529960 or 1574931. OLE color: 1574931.

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

Color convert

RGB 19 8 24 -
CMYK 0.21 0.67 0 0.91
HSL 281.25º 0.5% 0.06% -
HSV(B) 281.25º 0.67% 0.09% -
XYZ 0.52 0.38 0.91 -
YUV 13.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 19 8 24 0.21 0.67 0 0.91 281.25 0.5 0.06
Hex 13 8 18 15 43 0 5B 119 32 6
Octal 23 10 30 25 103 0 133 431 62 6
Binary 10011 1000 11000 10101 1000011 0 1011011 100011001 110010 110

Color Harmonies of #130818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130818

Black with #130818

Text Example


Text Example

White with #130818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130818; }

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

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

background-color css

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

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

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

border-color css

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

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

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