Html Css Color HEX #350821 Blackberry

📋 copy color: '#350821'

red 53 ◦ green 8 ◦ blue 33

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

Shades of Blackberry #350821

Tints of Blackberry #350821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.51%

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

R = 56.38%
G = 8.51%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#350821 (or 0x350821) is known color: Blackberry. HEX triplet: 35, 08 and 21. RGB value is (53,8,33). Sum of RGB (Red+Green+Blue) = 53+8+33=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350821 is #CAF7DE. Grayscale: #181818. Windows color (decimal): -13301727 or 2164789. OLE color: 2164789.

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

Color convert

RGB 53 8 33 -
CMYK 0 0.85 0.38 0.79
HSL 326.67º 0.74% 0.12% -
HSV(B) 326.67º 0.85% 0.21% -
XYZ 1.83 1.04 1.54 -
YUV 24.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 53 8 33 0 0.85 0.38 0.79 326.67 0.74 0.12
Hex 35 8 21 0 55 26 4F 147 4A C
Octal 65 10 41 0 125 46 117 507 112 14
Binary 110101 1000 100001 0 1010101 100110 1001111 101000111 1001010 1100

Color Harmonies of #350821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350821

Black with #350821

Text Example


Text Example

White with #350821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350821; }

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

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

background-color css

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

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

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

border-color css

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

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

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