Html Css Color HEX #13000C Blackberry

📋 copy color: '#13000C'

red 19 ◦ green 0 ◦ blue 12

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

Shades of Blackberry #13000C

Tints of Blackberry #13000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.29%
G = 0%
B = 38.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.93

RGB Variations

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

Color information

#13000C (or 0x13000C) is known color: Blackberry. HEX triplet: 13, 00 and 0C. RGB value is (19,0,12). Sum of RGB (Red+Green+Blue) = 19+0+12=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #13000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000C is #ECFFF3. Grayscale: #070707. Windows color (decimal): -15532020 or 786451. OLE color: 786451.

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

Color convert

RGB 19 0 12 -
CMYK 0 1 0.37 0.93
HSL 322.11º 1% 0.04% -
HSV(B) 322.11º 1% 0.07% -
XYZ 0.33 0.16 0.36 -
YUV 7.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 19 0 12 0 1 0.37 0.93 322.11 1 0.04
Hex 13 0 C 0 64 25 5D 142 64 4
Octal 23 0 14 0 144 45 135 502 144 4
Binary 10011 0 1100 0 1100100 100101 1011101 101000010 1100100 100

Color Harmonies of #13000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13000C

Black with #13000C

Text Example


Text Example

White with #13000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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