Html Css Color HEX #14000C Blackberry

📋 copy color: '#14000C'

red 20 ◦ green 0 ◦ blue 12

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

Shades of Blackberry #14000C

Tints of Blackberry #14000C

RGB

 RED value IS 20 (8.2% from 255) = 62.5%

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

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

R = 62.5%
G = 0%
B = 37.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#14000C (or 0x14000C) is known color: Blackberry. HEX triplet: 14, 00 and 0C. RGB value is (20,0,12). Sum of RGB (Red+Green+Blue) = 20+0+12=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #14000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14000C is #EBFFF3. Grayscale: #070707. Windows color (decimal): -15466484 or 786452. OLE color: 786452.

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

Color convert

RGB 20 0 12 -
CMYK 0 1 0.40 0.92
HSL 324º 1% 0.04% -
HSV(B) 324º 1% 0.08% -
XYZ 0.35 0.18 0.36 -
YUV 7.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 20 0 12 0 1 0.40 0.92 324 1 0.04
Hex 14 0 C 0 64 28 5C 144 64 4
Octal 24 0 14 0 144 50 134 504 144 4
Binary 10100 0 1100 0 1100100 101000 1011100 101000100 1100100 100

Color Harmonies of #14000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14000C

Black with #14000C

Text Example


Text Example

White with #14000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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