Html Css Color HEX #350921 Blackberry

📋 copy color: '#350921'

red 53 ◦ green 9 ◦ blue 33

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

Shades of Blackberry #350921

Tints of Blackberry #350921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

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

R = 55.79%
G = 9.47%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#350921 (or 0x350921) is known color: Blackberry. HEX triplet: 35, 09 and 21. RGB value is (53,9,33). Sum of RGB (Red+Green+Blue) = 53+9+33=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #350921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350921 is #CAF6DE. Grayscale: #181818. Windows color (decimal): -13301471 or 2165045. OLE color: 2165045.

HSL color Cylindrical-coordinate representation of color #350921: hue angle of 327.27º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #350921 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 9 33 -
CMYK 0 0.83 0.38 0.79
HSL 327.27º 0.71% 0.12% -
HSV(B) 327.27º 0.83% 0.21% -
XYZ 1.84 1.06 1.55 -
YUV 24.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 53 9 33 0 0.83 0.38 0.79 327.27 0.71 0.12
Hex 35 9 21 0 53 26 4F 147 47 C
Octal 65 11 41 0 123 46 117 507 107 14
Binary 110101 1001 100001 0 1010011 100110 1001111 101000111 1000111 1100

Color Harmonies of #350921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350921

Black with #350921

Text Example


Text Example

White with #350921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350921; }

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

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

background-color css

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

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

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

border-color css

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

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

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