Html Css Color HEX #350A21 Blackberry

📋 copy color: '#350A21'

red 53 ◦ green 10 ◦ blue 33

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

Shades of Blackberry #350A21

Tints of Blackberry #350A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.42%

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

R = 55.21%
G = 10.42%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#350A21 (or 0x350A21) is known color: Blackberry. HEX triplet: 35, 0A and 21. RGB value is (53,10,33). Sum of RGB (Red+Green+Blue) = 53+10+33=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A21 is #CAF5DE. Grayscale: #191919. Windows color (decimal): -13301215 or 2165301. OLE color: 2165301.

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

Color convert

RGB 53 10 33 -
CMYK 0 0.81 0.38 0.79
HSL 327.91º 0.68% 0.12% -
HSV(B) 327.91º 0.81% 0.21% -
XYZ 1.85 1.08 1.55 -
YUV 25.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 53 10 33 0 0.81 0.38 0.79 327.91 0.68 0.12
Hex 35 A 21 0 51 26 4F 148 44 C
Octal 65 12 41 0 121 46 117 510 104 14
Binary 110101 1010 100001 0 1010001 100110 1001111 101001000 1000100 1100

Color Harmonies of #350A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A21

Black with #350A21

Text Example


Text Example

White with #350A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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