Html Css Color HEX #350325 Blackberry

📋 copy color: '#350325'

red 53 ◦ green 3 ◦ blue 37

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

Shades of Blackberry #350325

Tints of Blackberry #350325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.23%

 BLUE value IS 37 (14.84% from 255) = 39.78%

R = 56.99%
G = 3.23%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#350325 (or 0x350325) is known color: Blackberry. HEX triplet: 35, 03 and 25. RGB value is (53,3,37). Sum of RGB (Red+Green+Blue) = 53+3+37=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350325 is #CAFCDA. Grayscale: #151515. Windows color (decimal): -13303003 or 2425653. OLE color: 2425653.

HSL color Cylindrical-coordinate representation of color #350325: hue angle of 319.2º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350325 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 3 37 -
CMYK 0 0.94 0.30 0.79
HSL 319.2º 0.89% 0.11% -
HSV(B) 319.2º 0.94% 0.21% -
XYZ 1.83 0.96 1.84 -
YUV 21.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 53 3 37 0 0.94 0.30 0.79 319.2 0.89 0.11
Hex 35 3 25 0 5E 1E 4F 13F 59 B
Octal 65 3 45 0 136 36 117 477 131 13
Binary 110101 11 100101 0 1011110 11110 1001111 100111111 1011001 1011

Color Harmonies of #350325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350325

Black with #350325

Text Example


Text Example

White with #350325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350325; }

 p { color: rgb(53,3,37); }

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

background-color css

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

 a { background-color: rgb(53,3,37); }

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

border-color css

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

 span { border-color: rgb(53,3,37); }

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