Html Css Color HEX #130335 Blackcurrant

📋 copy color: '#130335'

red 19 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #130335

Tints of Blackcurrant #130335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

 BLUE value IS 53 (21.09% from 255) = 70.67%

R = 25.33%
G = 4%
B = 70.67%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#130335 (or 0x130335) is known color: Blackcurrant. HEX triplet: 13, 03 and 35. RGB value is (19,3,53). Sum of RGB (Red+Green+Blue) = 19+3+53=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 53 (21.09% from 255 or 70.67% from 75); Max value from RGB is 53 - color contains mainly: blue. Hex color #130335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130335 is #ECFCCA. Grayscale: #0D0D0D. Windows color (decimal): -15531211 or 3474195. OLE color: 3474195.

HSL color Cylindrical-coordinate representation of color #130335: hue angle of 259.2º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130335 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 3 53 -
CMYK 0.64 0.94 0 0.79
HSL 259.2º 0.89% 0.11% -
HSV(B) 259.2º 0.94% 0.21% -
XYZ 0.94 0.46 3.41 -
YUV 13.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 19 3 53 0.64 0.94 0 0.79 259.2 0.89 0.11
Hex 13 3 35 40 5E 0 4F 103 59 B
Octal 23 3 65 100 136 0 117 403 131 13
Binary 10011 11 110101 1000000 1011110 0 1001111 100000011 1011001 1011

Color Harmonies of #130335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130335

Black with #130335

Text Example


Text Example

White with #130335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130335; }

 p { color: rgb(19,3,53); }

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

background-color css

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

 a { background-color: rgb(19,3,53); }

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

border-color css

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

 span { border-color: rgb(19,3,53); }

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