Html Css Color HEX #130229 Blackcurrant

📋 copy color: '#130229'

red 19 ◦ green 2 ◦ blue 41

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

Shades of Blackcurrant #130229

Tints of Blackcurrant #130229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.23%

 BLUE value IS 41 (16.41% from 255) = 66.13%

R = 30.65%
G = 3.23%
B = 66.13%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130229 (or 0x130229) is known color: Blackcurrant. HEX triplet: 13, 02 and 29. RGB value is (19,2,41). Sum of RGB (Red+Green+Blue) = 19+2+41=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #130229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130229 is #ECFDD6. Grayscale: #0B0B0B. Windows color (decimal): -15531479 or 2687507. OLE color: 2687507.

HSL color Cylindrical-coordinate representation of color #130229: hue angle of 266.15º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130229 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 2 41 -
CMYK 0.54 0.95 0 0.84
HSL 266.15º 0.91% 0.08% -
HSV(B) 266.15º 0.95% 0.16% -
XYZ 0.69 0.34 2.13 -
YUV 11.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 19 2 41 0.54 0.95 0 0.84 266.15 0.91 0.08
Hex 13 2 29 36 5F 0 54 10A 5B 8
Octal 23 2 51 66 137 0 124 412 133 10
Binary 10011 10 101001 110110 1011111 0 1010100 100001010 1011011 1000

Color Harmonies of #130229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130229

Black with #130229

Text Example


Text Example

White with #130229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130229; }

 p { color: rgb(19,2,41); }

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

background-color css

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

 a { background-color: rgb(19,2,41); }

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

border-color css

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

 span { border-color: rgb(19,2,41); }

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