Html Css Color HEX #350624 Blackberry

📋 copy color: '#350624'

red 53 ◦ green 6 ◦ blue 36

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

Shades of Blackberry #350624

Tints of Blackberry #350624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.32%

 BLUE value IS 36 (14.45% from 255) = 37.89%

R = 55.79%
G = 6.32%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#350624 (or 0x350624) is known color: Blackberry. HEX triplet: 35, 06 and 24. RGB value is (53,6,36). Sum of RGB (Red+Green+Blue) = 53+6+36=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #350624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350624 is #CAF9DB. Grayscale: #171717. Windows color (decimal): -13302236 or 2360885. OLE color: 2360885.

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

Color convert

RGB 53 6 36 -
CMYK 0 0.89 0.32 0.79
HSL 321.7º 0.8% 0.12% -
HSV(B) 321.7º 0.89% 0.21% -
XYZ 1.85 1.01 1.77 -
YUV 23.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 53 6 36 0 0.89 0.32 0.79 321.7 0.8 0.12
Hex 35 6 24 0 59 20 4F 142 50 C
Octal 65 6 44 0 131 40 117 502 120 14
Binary 110101 110 100100 0 1011001 100000 1001111 101000010 1010000 1100

Color Harmonies of #350624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350624

Black with #350624

Text Example


Text Example

White with #350624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350624; }

 p { color: rgb(53,6,36); }

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

background-color css

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

 a { background-color: rgb(53,6,36); }

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

border-color css

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

 span { border-color: rgb(53,6,36); }

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