Html Css Color HEX #130A24 Blackcurrant

📋 copy color: '#130A24'

red 19 ◦ green 10 ◦ blue 36

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

Shades of Blackcurrant #130A24

Tints of Blackcurrant #130A24

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.38%

 BLUE value IS 36 (14.45% from 255) = 55.38%

R = 29.23%
G = 15.38%
B = 55.38%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130A24 (or 0x130A24) is known color: Blackcurrant. HEX triplet: 13, 0A and 24. RGB value is (19,10,36). Sum of RGB (Red+Green+Blue) = 19+10+36=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #130A24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A24 is #ECF5DB. Grayscale: #0F0F0F. Windows color (decimal): -15529436 or 2361875. OLE color: 2361875.

HSL color Cylindrical-coordinate representation of color #130A24: hue angle of 260.77º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #130A24 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 10 36 -
CMYK 0.47 0.72 0 0.86
HSL 260.77º 0.57% 0.09% -
HSV(B) 260.77º 0.72% 0.14% -
XYZ 0.7 0.48 1.73 -
YUV 15.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 19 10 36 0.47 0.72 0 0.86 260.77 0.57 0.09
Hex 13 A 24 2F 48 0 56 105 39 9
Octal 23 12 44 57 110 0 126 405 71 11
Binary 10011 1010 100100 101111 1001000 0 1010110 100000101 111001 1001

Color Harmonies of #130A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A24

Black with #130A24

Text Example


Text Example

White with #130A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130A24; }

 p { color: rgb(19,10,36); }

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

background-color css

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

 a { background-color: rgb(19,10,36); }

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

border-color css

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

 span { border-color: rgb(19,10,36); }

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