Html Css Color HEX #350321 Blackberry

📋 copy color: '#350321'

red 53 ◦ green 3 ◦ blue 33

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

Shades of Blackberry #350321

Tints of Blackberry #350321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 37.08%

R = 59.55%
G = 3.37%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#350321 (or 0x350321) is known color: Blackberry. HEX triplet: 35, 03 and 21. RGB value is (53,3,33). Sum of RGB (Red+Green+Blue) = 53+3+33=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #350321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350321 is #CAFCDE. Grayscale: #151515. Windows color (decimal): -13303007 or 2163509. OLE color: 2163509.

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

Color convert

RGB 53 3 33 -
CMYK 0 0.94 0.38 0.79
HSL 324º 0.89% 0.11% -
HSV(B) 324º 0.94% 0.21% -
XYZ 1.78 0.93 1.53 -
YUV 21.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 53 3 33 0 0.94 0.38 0.79 324 0.89 0.11
Hex 35 3 21 0 5E 26 4F 144 59 B
Octal 65 3 41 0 136 46 117 504 131 13
Binary 110101 11 100001 0 1011110 100110 1001111 101000100 1011001 1011

Color Harmonies of #350321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350321

Black with #350321

Text Example


Text Example

White with #350321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350321; }

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

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

background-color css

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

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

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

border-color css

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

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

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