Html Css Color HEX #210717 Blackberry

📋 copy color: '#210717'

red 33 ◦ green 7 ◦ blue 23

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

Shades of Blackberry #210717

Tints of Blackberry #210717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 36.51%

R = 52.38%
G = 11.11%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#210717 (or 0x210717) is known color: Blackberry. HEX triplet: 21, 07 and 17. RGB value is (33,7,23). Sum of RGB (Red+Green+Blue) = 33+7+23=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #210717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210717 is #DEF8E8. Grayscale: #101010. Windows color (decimal): -14612713 or 1509153. OLE color: 1509153.

HSL color Cylindrical-coordinate representation of color #210717: hue angle of 323.08º 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 #210717 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 7 23 -
CMYK 0 0.79 0.30 0.87
HSL 323.08º 0.65% 0.08% -
HSV(B) 323.08º 0.79% 0.13% -
XYZ 0.86 0.54 0.87 -
YUV 16.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 33 7 23 0 0.79 0.30 0.87 323.08 0.65 0.08
Hex 21 7 17 0 4F 1E 57 143 41 8
Octal 41 7 27 0 117 36 127 503 101 10
Binary 100001 111 10111 0 1001111 11110 1010111 101000011 1000001 1000

Color Harmonies of #210717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210717

Black with #210717

Text Example


Text Example

White with #210717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210717; }

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

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

background-color css

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

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

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

border-color css

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

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

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