Html Css Color HEX #130027 Blackcurrant

📋 copy color: '#130027'

red 19 ◦ green 0 ◦ blue 39

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

Shades of Blackcurrant #130027

Tints of Blackcurrant #130027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.76%
G = 0%
B = 67.24%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130027 (or 0x130027) is known color: Blackcurrant. HEX triplet: 13, 00 and 27. RGB value is (19,0,39). Sum of RGB (Red+Green+Blue) = 19+0+39=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 39 (15.62% from 255 or 67.24% from 58); Max value from RGB is 39 - color contains mainly: blue. Hex color #130027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130027 is #ECFFD8. Grayscale: #090909. Windows color (decimal): -15531993 or 2555923. OLE color: 2555923.

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

Color convert

RGB 19 0 39 -
CMYK 0.51 1 0 0.85
HSL 269.23º 1% 0.08% -
HSV(B) 269.23º 1% 0.15% -
XYZ 0.63 0.28 1.94 -
YUV 10.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 19 0 39 0.51 1 0 0.85 269.23 1 0.08
Hex 13 0 27 33 64 0 55 10D 64 8
Octal 23 0 47 63 144 0 125 415 144 10
Binary 10011 0 100111 110011 1100100 0 1010101 100001101 1100100 1000

Color Harmonies of #130027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130027

Black with #130027

Text Example


Text Example

White with #130027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130027; }

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

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

background-color css

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

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

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

border-color css

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

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

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