Html Css Color HEX #130227 Blackcurrant

📋 copy color: '#130227'

red 19 ◦ green 2 ◦ blue 39

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

Shades of Blackcurrant #130227

Tints of Blackcurrant #130227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 65%

R = 31.67%
G = 3.33%
B = 65%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130227 (or 0x130227) is known color: Blackcurrant. HEX triplet: 13, 02 and 27. RGB value is (19,2,39). Sum of RGB (Red+Green+Blue) = 19+2+39=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #130227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130227 is #ECFDD8. Grayscale: #0B0B0B. Windows color (decimal): -15531481 or 2556435. OLE color: 2556435.

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

Color convert

RGB 19 2 39 -
CMYK 0.51 0.95 0 0.85
HSL 267.57º 0.9% 0.08% -
HSV(B) 267.57º 0.95% 0.15% -
XYZ 0.66 0.33 1.95 -
YUV 11.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 19 2 39 0.51 0.95 0 0.85 267.57 0.9 0.08
Hex 13 2 27 33 5F 0 55 10C 5A 8
Octal 23 2 47 63 137 0 125 414 132 10
Binary 10011 10 100111 110011 1011111 0 1010101 100001100 1011010 1000

Color Harmonies of #130227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130227

Black with #130227

Text Example


Text Example

White with #130227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130227; }

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

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

background-color css

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

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

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

border-color css

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

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

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