Html Css Color HEX #350323 Blackberry

📋 copy color: '#350323'

red 53 ◦ green 3 ◦ blue 35

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

Shades of Blackberry #350323

Tints of Blackberry #350323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.3%

 BLUE value IS 35 (14.06% from 255) = 38.46%

R = 58.24%
G = 3.3%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#350323 (or 0x350323) is known color: Blackberry. HEX triplet: 35, 03 and 23. RGB value is (53,3,35). Sum of RGB (Red+Green+Blue) = 53+3+35=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350323 is #CAFCDC. Grayscale: #151515. Windows color (decimal): -13303005 or 2294581. OLE color: 2294581.

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

Color convert

RGB 53 3 35 -
CMYK 0 0.94 0.34 0.79
HSL 321.6º 0.89% 0.11% -
HSV(B) 321.6º 0.94% 0.21% -
XYZ 1.8 0.94 1.68 -
YUV 21.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 53 3 35 0 0.94 0.34 0.79 321.6 0.89 0.11
Hex 35 3 23 0 5E 22 4F 142 59 B
Octal 65 3 43 0 136 42 117 502 131 13
Binary 110101 11 100011 0 1011110 100010 1001111 101000010 1011001 1011

Color Harmonies of #350323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350323

Black with #350323

Text Example


Text Example

White with #350323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350323; }

 p { color: rgb(53,3,35); }

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

background-color css

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

 a { background-color: rgb(53,3,35); }

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

border-color css

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

 span { border-color: rgb(53,3,35); }

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