Html Css Color HEX #210714 Blackberry

📋 copy color: '#210714'

red 33 ◦ green 7 ◦ blue 20

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

Shades of Blackberry #210714

Tints of Blackberry #210714

RGB

 RED value IS 33 (13.28% from 255) = 55%

 GREEN value IS 7 (3.13% from 255) = 11.67%

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

R = 55%
G = 11.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#210714 (or 0x210714) is known color: Blackberry. HEX triplet: 21, 07 and 14. RGB value is (33,7,20). Sum of RGB (Red+Green+Blue) = 33+7+20=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #210714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210714 is #DEF8EB. Grayscale: #101010. Windows color (decimal): -14612716 or 1312545. OLE color: 1312545.

HSL color Cylindrical-coordinate representation of color #210714: hue angle of 330º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #210714 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 7 20 -
CMYK 0 0.79 0.39 0.87
HSL 330º 0.65% 0.08% -
HSV(B) 330º 0.79% 0.13% -
XYZ 0.83 0.53 0.72 -
YUV 16.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 33 7 20 0 0.79 0.39 0.87 330 0.65 0.08
Hex 21 7 14 0 4F 27 57 14A 41 8
Octal 41 7 24 0 117 47 127 512 101 10
Binary 100001 111 10100 0 1001111 100111 1010111 101001010 1000001 1000

Color Harmonies of #210714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210714

Black with #210714

Text Example


Text Example

White with #210714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210714; }

 p { color: rgb(33,7,20); }

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

background-color css

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

 a { background-color: rgb(33,7,20); }

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

border-color css

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

 span { border-color: rgb(33,7,20); }

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