Html Css Color HEX #14030D Blackberry

📋 copy color: '#14030D'

red 20 ◦ green 3 ◦ blue 13

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

Shades of Blackberry #14030D

Tints of Blackberry #14030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 36.11%

R = 55.56%
G = 8.33%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#14030D (or 0x14030D) is known color: Blackberry. HEX triplet: 14, 03 and 0D. RGB value is (20,3,13). Sum of RGB (Red+Green+Blue) = 20+3+13=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #14030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14030D is #EBFCF2. Grayscale: #090909. Windows color (decimal): -15465715 or 852756. OLE color: 852756.

HSL color Cylindrical-coordinate representation of color #14030D: hue angle of 324.71º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14030D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 3 13 -
CMYK 0 0.85 0.35 0.92
HSL 324.71º 0.74% 0.05% -
HSV(B) 324.71º 0.85% 0.08% -
XYZ 0.39 0.24 0.41 -
YUV 9.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 20 3 13 0 0.85 0.35 0.92 324.71 0.74 0.05
Hex 14 3 D 0 55 23 5C 145 4A 5
Octal 24 3 15 0 125 43 134 505 112 5
Binary 10100 11 1101 0 1010101 100011 1011100 101000101 1001010 101

Color Harmonies of #14030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14030D

Black with #14030D

Text Example


Text Example

White with #14030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14030D; }

 p { color: rgb(20,3,13); }

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

background-color css

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

 a { background-color: rgb(20,3,13); }

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

border-color css

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

 span { border-color: rgb(20,3,13); }

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