Html Css Color HEX #130127 Blackcurrant

📋 copy color: '#130127'

red 19 ◦ green 1 ◦ blue 39

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

Shades of Blackcurrant #130127

Tints of Blackcurrant #130127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.69%

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

R = 32.2%
G = 1.69%
B = 66.1%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130127 (or 0x130127) is known color: Blackcurrant. HEX triplet: 13, 01 and 27. RGB value is (19,1,39). Sum of RGB (Red+Green+Blue) = 19+1+39=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #130127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130127 is #ECFED8. Grayscale: #0A0A0A. Windows color (decimal): -15531737 or 2556179. OLE color: 2556179.

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

Color convert

RGB 19 1 39 -
CMYK 0.51 0.97 0 0.85
HSL 268.42º 0.95% 0.08% -
HSV(B) 268.42º 0.97% 0.15% -
XYZ 0.65 0.31 1.94 -
YUV 10.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 19 1 39 0.51 0.97 0 0.85 268.42 0.95 0.08
Hex 13 1 27 33 61 0 55 10C 5F 8
Octal 23 1 47 63 141 0 125 414 137 10
Binary 10011 1 100111 110011 1100001 0 1010101 100001100 1011111 1000

Color Harmonies of #130127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130127

Black with #130127

Text Example


Text Example

White with #130127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130127; }

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

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

background-color css

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

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

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

border-color css

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

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

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