Html Css Color HEX #350628 Blackberry

📋 copy color: '#350628'

red 53 ◦ green 6 ◦ blue 40

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

Shades of Blackberry #350628

Tints of Blackberry #350628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40.4%

R = 53.54%
G = 6.06%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#350628 (or 0x350628) is known color: Blackberry. HEX triplet: 35, 06 and 28. RGB value is (53,6,40). Sum of RGB (Red+Green+Blue) = 53+6+40=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #350628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350628 is #CAF9D7. Grayscale: #171717. Windows color (decimal): -13302232 or 2623029. OLE color: 2623029.

HSL color Cylindrical-coordinate representation of color #350628: hue angle of 316.6º 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 #350628 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 6 40 -
CMYK 0 0.89 0.25 0.79
HSL 316.6º 0.8% 0.12% -
HSV(B) 316.6º 0.89% 0.21% -
XYZ 1.92 1.04 2.11 -
YUV 23.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 53 6 40 0 0.89 0.25 0.79 316.6 0.8 0.12
Hex 35 6 28 0 59 19 4F 13D 50 C
Octal 65 6 50 0 131 31 117 475 120 14
Binary 110101 110 101000 0 1011001 11001 1001111 100111101 1010000 1100

Color Harmonies of #350628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350628

Black with #350628

Text Example


Text Example

White with #350628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350628; }

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

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

background-color css

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

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

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

border-color css

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

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

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