Html Css Color HEX #130228 Blackcurrant

📋 copy color: '#130228'

red 19 ◦ green 2 ◦ blue 40

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

Shades of Blackcurrant #130228

Tints of Blackcurrant #130228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 65.57%

R = 31.15%
G = 3.28%
B = 65.57%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130228 (or 0x130228) is known color: Blackcurrant. HEX triplet: 13, 02 and 28. RGB value is (19,2,40). Sum of RGB (Red+Green+Blue) = 19+2+40=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #130228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130228 is #ECFDD7. Grayscale: #0B0B0B. Windows color (decimal): -15531480 or 2621971. OLE color: 2621971.

HSL color Cylindrical-coordinate representation of color #130228: hue angle of 266.84º degrees, saturation: 0.9, 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 #130228 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 2 40 -
CMYK 0.52 0.95 0 0.84
HSL 266.84º 0.9% 0.08% -
HSV(B) 266.84º 0.95% 0.16% -
XYZ 0.67 0.34 2.04 -
YUV 11.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 19 2 40 0.52 0.95 0 0.84 266.84 0.9 0.08
Hex 13 2 28 34 5F 0 54 10B 5A 8
Octal 23 2 50 64 137 0 124 413 132 10
Binary 10011 10 101000 110100 1011111 0 1010100 100001011 1011010 1000

Color Harmonies of #130228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130228

Black with #130228

Text Example


Text Example

White with #130228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130228; }

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

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

background-color css

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

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

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

border-color css

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

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

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