Html Css Color HEX #130225 Blackcurrant

📋 copy color: '#130225'

red 19 ◦ green 2 ◦ blue 37

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

Shades of Blackcurrant #130225

Tints of Blackcurrant #130225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 63.79%

R = 32.76%
G = 3.45%
B = 63.79%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130225 (or 0x130225) is known color: Blackcurrant. HEX triplet: 13, 02 and 25. RGB value is (19,2,37). Sum of RGB (Red+Green+Blue) = 19+2+37=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #130225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130225 is #ECFDDA. Grayscale: #0A0A0A. Windows color (decimal): -15531483 or 2425363. OLE color: 2425363.

HSL color Cylindrical-coordinate representation of color #130225: hue angle of 269.14º 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 #130225 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 2 37 -
CMYK 0.49 0.95 0 0.85
HSL 269.14º 0.9% 0.08% -
HSV(B) 269.14º 0.95% 0.15% -
XYZ 0.62 0.32 1.78 -
YUV 11.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 19 2 37 0.49 0.95 0 0.85 269.14 0.9 0.08
Hex 13 2 25 31 5F 0 55 10D 5A 8
Octal 23 2 45 61 137 0 125 415 132 10
Binary 10011 10 100101 110001 1011111 0 1010101 100001101 1011010 1000

Color Harmonies of #130225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130225

Black with #130225

Text Example


Text Example

White with #130225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130225; }

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

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

background-color css

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

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

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

border-color css

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

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

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