Html Css Color HEX #13020C Blackberry

📋 copy color: '#13020C'

red 19 ◦ green 2 ◦ blue 12

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

Shades of Blackberry #13020C

Tints of Blackberry #13020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.06%

 BLUE value IS 12 (5.08% from 255) = 36.36%

R = 57.58%
G = 6.06%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.93

RGB Variations

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

Color information

#13020C (or 0x13020C) is known color: Blackberry. HEX triplet: 13, 02 and 0C. RGB value is (19,2,12). Sum of RGB (Red+Green+Blue) = 19+2+12=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #13020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020C is #ECFDF3. Grayscale: #080808. Windows color (decimal): -15531508 or 786963. OLE color: 786963.

HSL color Cylindrical-coordinate representation of color #13020C: hue angle of 324.71º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13020C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 2 12 -
CMYK 0 0.89 0.37 0.93
HSL 324.71º 0.81% 0.04% -
HSV(B) 324.71º 0.89% 0.07% -
XYZ 0.36 0.21 0.37 -
YUV 8.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 19 2 12 0 0.89 0.37 0.93 324.71 0.81 0.04
Hex 13 2 C 0 59 25 5D 145 51 4
Octal 23 2 14 0 131 45 135 505 121 4
Binary 10011 10 1100 0 1011001 100101 1011101 101000101 1010001 100

Color Harmonies of #13020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13020C

Black with #13020C

Text Example


Text Example

White with #13020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13020C; }

 p { color: rgb(19,2,12); }

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

background-color css

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

 a { background-color: rgb(19,2,12); }

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

border-color css

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

 span { border-color: rgb(19,2,12); }

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