Html Css Color HEX #130927 Blackcurrant

📋 copy color: '#130927'

red 19 ◦ green 9 ◦ blue 39

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

Shades of Blackcurrant #130927

Tints of Blackcurrant #130927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.43%

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

R = 28.36%
G = 13.43%
B = 58.21%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130927 (or 0x130927) is known color: Blackcurrant. HEX triplet: 13, 09 and 27. RGB value is (19,9,39). Sum of RGB (Red+Green+Blue) = 19+9+39=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #130927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130927 is #ECF6D8. Grayscale: #0F0F0F. Windows color (decimal): -15529689 or 2558227. OLE color: 2558227.

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

Color convert

RGB 19 9 39 -
CMYK 0.51 0.77 0 0.85
HSL 260º 0.63% 0.09% -
HSV(B) 260º 0.77% 0.15% -
XYZ 0.73 0.48 1.97 -
YUV 15.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 19 9 39 0.51 0.77 0 0.85 260 0.63 0.09
Hex 13 9 27 33 4D 0 55 104 3E 9
Octal 23 11 47 63 115 0 125 404 76 11
Binary 10011 1001 100111 110011 1001101 0 1010101 100000100 111110 1001

Color Harmonies of #130927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130927

Black with #130927

Text Example


Text Example

White with #130927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130927; }

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

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

background-color css

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

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

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

border-color css

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

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

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