Html Css Color HEX #351321 Blackberry

📋 copy color: '#351321'

red 53 ◦ green 19 ◦ blue 33

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

Shades of Blackberry #351321

Tints of Blackberry #351321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.1%

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

R = 50.48%
G = 18.1%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#351321 (or 0x351321) is known color: Blackberry. HEX triplet: 35, 13 and 21. RGB value is (53,19,33). Sum of RGB (Red+Green+Blue) = 53+19+33=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351321 is #CAECDE. Grayscale: #1E1E1E. Windows color (decimal): -13298911 or 2167605. OLE color: 2167605.

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

Color convert

RGB 53 19 33 -
CMYK 0 0.64 0.38 0.79
HSL 335.29º 0.47% 0.14% -
HSV(B) 335.29º 0.64% 0.21% -
XYZ 1.98 1.33 1.59 -
YUV 30.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 53 19 33 0 0.64 0.38 0.79 335.29 0.47 0.14
Hex 35 13 21 0 40 26 4F 14F 2F E
Octal 65 23 41 0 100 46 117 517 57 16
Binary 110101 10011 100001 0 1000000 100110 1001111 101001111 101111 1110

Color Harmonies of #351321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351321

Black with #351321

Text Example


Text Example

White with #351321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351321; }

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

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

background-color css

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

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

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

border-color css

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

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

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