Html Css Color HEX #130226 Blackcurrant

📋 copy color: '#130226'

red 19 ◦ green 2 ◦ blue 38

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

Shades of Blackcurrant #130226

Tints of Blackcurrant #130226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 64.41%

R = 32.2%
G = 3.39%
B = 64.41%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130226 (or 0x130226) is known color: Blackcurrant. HEX triplet: 13, 02 and 26. RGB value is (19,2,38). Sum of RGB (Red+Green+Blue) = 19+2+38=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #130226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130226 is #ECFDD9. Grayscale: #0B0B0B. Windows color (decimal): -15531482 or 2490899. OLE color: 2490899.

HSL color Cylindrical-coordinate representation of color #130226: hue angle of 268.33º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130226 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 2 38 -
CMYK 0.50 0.95 0 0.85
HSL 268.33º 0.9% 0.08% -
HSV(B) 268.33º 0.95% 0.15% -
XYZ 0.64 0.32 1.86 -
YUV 11.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 19 2 38 0.50 0.95 0 0.85 268.33 0.9 0.08
Hex 13 2 26 32 5F 0 55 10C 5A 8
Octal 23 2 46 62 137 0 125 414 132 10
Binary 10011 10 100110 110010 1011111 0 1010101 100001100 1011010 1000

Color Harmonies of #130226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130226

Black with #130226

Text Example


Text Example

White with #130226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130226; }

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

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

background-color css

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

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

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

border-color css

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

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

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