Html Css Color HEX #130618 Blackcurrant

📋 copy color: '#130618'

red 19 ◦ green 6 ◦ blue 24

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

Shades of Blackcurrant #130618

Tints of Blackcurrant #130618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.24%

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

R = 38.78%
G = 12.24%
B = 48.98%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130618 (or 0x130618) is known color: Blackcurrant. HEX triplet: 13, 06 and 18. RGB value is (19,6,24). Sum of RGB (Red+Green+Blue) = 19+6+24=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #130618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130618 is #ECF9E7. Grayscale: #0B0B0B. Windows color (decimal): -15530472 or 1574419. OLE color: 1574419.

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

Color convert

RGB 19 6 24 -
CMYK 0.21 0.75 0 0.91
HSL 283.33º 0.6% 0.06% -
HSV(B) 283.33º 0.75% 0.09% -
XYZ 0.5 0.33 0.9 -
YUV 11.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 19 6 24 0.21 0.75 0 0.91 283.33 0.6 0.06
Hex 13 6 18 15 4B 0 5B 11B 3C 6
Octal 23 6 30 25 113 0 133 433 74 6
Binary 10011 110 11000 10101 1001011 0 1011011 100011011 111100 110

Color Harmonies of #130618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130618

Black with #130618

Text Example


Text Example

White with #130618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130618; }

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

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

background-color css

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

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

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

border-color css

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

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

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