Html Css Color HEX #14010D Blackberry

📋 copy color: '#14010D'

red 20 ◦ green 1 ◦ blue 13

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

Shades of Blackberry #14010D

Tints of Blackberry #14010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.94%

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

R = 58.82%
G = 2.94%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#14010D (or 0x14010D) is known color: Blackberry. HEX triplet: 14, 01 and 0D. RGB value is (20,1,13). Sum of RGB (Red+Green+Blue) = 20+1+13=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #14010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14010D is #EBFEF2. Grayscale: #080808. Windows color (decimal): -15466227 or 852244. OLE color: 852244.

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

Color convert

RGB 20 1 13 -
CMYK 0 0.95 0.35 0.92
HSL 322.11º 0.9% 0.04% -
HSV(B) 322.11º 0.95% 0.08% -
XYZ 0.37 0.2 0.4 -
YUV 8.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 20 1 13 0 0.95 0.35 0.92 322.11 0.9 0.04
Hex 14 1 D 0 5F 23 5C 142 5A 4
Octal 24 1 15 0 137 43 134 502 132 4
Binary 10100 1 1101 0 1011111 100011 1011100 101000010 1011010 100

Color Harmonies of #14010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14010D

Black with #14010D

Text Example


Text Example

White with #14010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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