Html Css Color HEX #350D20 Blackberry

📋 copy color: '#350D20'

red 53 ◦ green 13 ◦ blue 32

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

Shades of Blackberry #350D20

Tints of Blackberry #350D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.27%

 BLUE value IS 32 (12.89% from 255) = 32.65%

R = 54.08%
G = 13.27%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#350D20 (or 0x350D20) is known color: Blackberry. HEX triplet: 35, 0D and 20. RGB value is (53,13,32). Sum of RGB (Red+Green+Blue) = 53+13+32=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #350D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D20 is #CAF2DF. Grayscale: #1B1B1B. Windows color (decimal): -13300448 or 2100533. OLE color: 2100533.

HSL color Cylindrical-coordinate representation of color #350D20: hue angle of 331.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D20 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 13 32 -
CMYK 0 0.75 0.40 0.79
HSL 331.5º 0.61% 0.13% -
HSV(B) 331.5º 0.75% 0.21% -
XYZ 1.87 1.15 1.49 -
YUV 27.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 53 13 32 0 0.75 0.40 0.79 331.5 0.61 0.13
Hex 35 D 20 0 4B 28 4F 14C 3D D
Octal 65 15 40 0 113 50 117 514 75 15
Binary 110101 1101 100000 0 1001011 101000 1001111 101001100 111101 1101

Color Harmonies of #350D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D20

Black with #350D20

Text Example


Text Example

White with #350D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,13,32); }

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

background-color css

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

 a { background-color: rgb(53,13,32); }

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

border-color css

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

 span { border-color: rgb(53,13,32); }

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