Html Css Color HEX #130323 Blackcurrant

📋 copy color: '#130323'

red 19 ◦ green 3 ◦ blue 35

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

Shades of Blackcurrant #130323

Tints of Blackcurrant #130323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 61.4%

R = 33.33%
G = 5.26%
B = 61.4%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130323 (or 0x130323) is known color: Blackcurrant. HEX triplet: 13, 03 and 23. RGB value is (19,3,35). Sum of RGB (Red+Green+Blue) = 19+3+35=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #130323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130323 is #ECFCDC. Grayscale: #0B0B0B. Windows color (decimal): -15531229 or 2294547. OLE color: 2294547.

HSL color Cylindrical-coordinate representation of color #130323: hue angle of 270º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130323 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 3 35 -
CMYK 0.46 0.91 0 0.86
HSL 270º 0.84% 0.07% -
HSV(B) 270º 0.91% 0.14% -
XYZ 0.6 0.32 1.62 -
YUV 11.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 19 3 35 0.46 0.91 0 0.86 270 0.84 0.07
Hex 13 3 23 2E 5B 0 56 10E 54 7
Octal 23 3 43 56 133 0 126 416 124 7
Binary 10011 11 100011 101110 1011011 0 1010110 100001110 1010100 111

Color Harmonies of #130323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130323

Black with #130323

Text Example


Text Example

White with #130323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130323; }

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

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

background-color css

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

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

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

border-color css

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

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

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