Html Css Color HEX #350217 Blackberry

📋 copy color: '#350217'

red 53 ◦ green 2 ◦ blue 23

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

Shades of Blackberry #350217

Tints of Blackberry #350217

RGB

 RED value IS 53 (21.09% from 255) = 67.95%

 GREEN value IS 2 (1.17% from 255) = 2.56%

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

R = 67.95%
G = 2.56%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#350217 (or 0x350217) is known color: Blackberry. HEX triplet: 35, 02 and 17. RGB value is (53,2,23). Sum of RGB (Red+Green+Blue) = 53+2+23=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350217 is #CAFDE8. Grayscale: #131313. Windows color (decimal): -13303273 or 1507893. OLE color: 1507893.

HSL color Cylindrical-coordinate representation of color #350217: hue angle of 335.29º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350217 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 2 23 -
CMYK 0 0.96 0.57 0.79
HSL 335.29º 0.93% 0.11% -
HSV(B) 335.29º 0.96% 0.21% -
XYZ 1.64 0.86 0.89 -
YUV 19.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 53 2 23 0 0.96 0.57 0.79 335.29 0.93 0.11
Hex 35 2 17 0 60 39 4F 14F 5D B
Octal 65 2 27 0 140 71 117 517 135 13
Binary 110101 10 10111 0 1100000 111001 1001111 101001111 1011101 1011

Color Harmonies of #350217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350217

Black with #350217

Text Example


Text Example

White with #350217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350217; }

 p { color: rgb(53,2,23); }

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

background-color css

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

 a { background-color: rgb(53,2,23); }

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

border-color css

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

 span { border-color: rgb(53,2,23); }

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