Html Css Color HEX #130118 Blackcurrant

📋 copy color: '#130118'

red 19 ◦ green 1 ◦ blue 24

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

Shades of Blackcurrant #130118

Tints of Blackcurrant #130118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.27%

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

R = 43.18%
G = 2.27%
B = 54.55%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130118 (or 0x130118) is known color: Blackcurrant. HEX triplet: 13, 01 and 18. RGB value is (19,1,24). Sum of RGB (Red+Green+Blue) = 19+1+24=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #130118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130118 is #ECFEE7. Grayscale: #080808. Windows color (decimal): -15531752 or 1573139. OLE color: 1573139.

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

Color convert

RGB 19 1 24 -
CMYK 0.21 0.96 0 0.91
HSL 286.96º 0.92% 0.05% -
HSV(B) 286.96º 0.96% 0.09% -
XYZ 0.44 0.23 0.88 -
YUV 9 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 19 1 24 0.21 0.96 0 0.91 286.96 0.92 0.05
Hex 13 1 18 15 60 0 5B 11F 5C 5
Octal 23 1 30 25 140 0 133 437 134 5
Binary 10011 1 11000 10101 1100000 0 1011011 100011111 1011100 101

Color Harmonies of #130118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130118

Black with #130118

Text Example


Text Example

White with #130118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130118; }

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

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

background-color css

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

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

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

border-color css

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

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

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