Html Css Color HEX #200614 Blackberry

📋 copy color: '#200614'

red 32 ◦ green 6 ◦ blue 20

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

Shades of Blackberry #200614

Tints of Blackberry #200614

RGB

 RED value IS 32 (12.89% from 255) = 55.17%

 GREEN value IS 6 (2.73% from 255) = 10.34%

 BLUE value IS 20 (8.2% from 255) = 34.48%

R = 55.17%
G = 10.34%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#200614 (or 0x200614) is known color: Blackberry. HEX triplet: 20, 06 and 14. RGB value is (32,6,20). Sum of RGB (Red+Green+Blue) = 32+6+20=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #200614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200614 is #DFF9EB. Grayscale: #0F0F0F. Windows color (decimal): -14678508 or 1312288. OLE color: 1312288.

HSL color Cylindrical-coordinate representation of color #200614: hue angle of 327.69º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200614 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 6 20 -
CMYK 0 0.81 0.37 0.87
HSL 327.69º 0.68% 0.07% -
HSV(B) 327.69º 0.81% 0.13% -
XYZ 0.79 0.49 0.71 -
YUV 15.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 32 6 20 0 0.81 0.37 0.87 327.69 0.68 0.07
Hex 20 6 14 0 51 25 57 148 44 7
Octal 40 6 24 0 121 45 127 510 104 7
Binary 100000 110 10100 0 1010001 100101 1010111 101001000 1000100 111

Color Harmonies of #200614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200614

Black with #200614

Text Example


Text Example

White with #200614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200614; }

 p { color: rgb(32,6,20); }

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

background-color css

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

 a { background-color: rgb(32,6,20); }

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

border-color css

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

 span { border-color: rgb(32,6,20); }

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