Html Css Color HEX #130821 Blackcurrant

📋 copy color: '#130821'

red 19 ◦ green 8 ◦ blue 33

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

Shades of Blackcurrant #130821

Tints of Blackcurrant #130821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.33%

 BLUE value IS 33 (13.28% from 255) = 55%

R = 31.67%
G = 13.33%
B = 55%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130821 (or 0x130821) is known color: Blackcurrant. HEX triplet: 13, 08 and 21. RGB value is (19,8,33). Sum of RGB (Red+Green+Blue) = 19+8+33=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #130821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130821 is #ECF7DE. Grayscale: #0E0E0E. Windows color (decimal): -15529951 or 2164755. OLE color: 2164755.

HSL color Cylindrical-coordinate representation of color #130821: hue angle of 266.4º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #130821 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 8 33 -
CMYK 0.42 0.76 0 0.87
HSL 266.4º 0.61% 0.08% -
HSV(B) 266.4º 0.76% 0.13% -
XYZ 0.63 0.42 1.49 -
YUV 14.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 19 8 33 0.42 0.76 0 0.87 266.4 0.61 0.08
Hex 13 8 21 2A 4C 0 57 10A 3D 8
Octal 23 10 41 52 114 0 127 412 75 10
Binary 10011 1000 100001 101010 1001100 0 1010111 100001010 111101 1000

Color Harmonies of #130821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130821

Black with #130821

Text Example


Text Example

White with #130821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130821; }

 p { color: rgb(19,8,33); }

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

background-color css

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

 a { background-color: rgb(19,8,33); }

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

border-color css

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

 span { border-color: rgb(19,8,33); }

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