Html Css Color HEX #350828 Blackberry

📋 copy color: '#350828'

red 53 ◦ green 8 ◦ blue 40

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

Shades of Blackberry #350828

Tints of Blackberry #350828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.92%

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

R = 52.48%
G = 7.92%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#350828 (or 0x350828) is known color: Blackberry. HEX triplet: 35, 08 and 28. RGB value is (53,8,40). Sum of RGB (Red+Green+Blue) = 53+8+40=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #350828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350828 is #CAF7D7. Grayscale: #191919. Windows color (decimal): -13301720 or 2623541. OLE color: 2623541.

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

Color convert

RGB 53 8 40 -
CMYK 0 0.85 0.25 0.79
HSL 317.33º 0.74% 0.12% -
HSV(B) 317.33º 0.85% 0.21% -
XYZ 1.94 1.08 2.11 -
YUV 25.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 53 8 40 0 0.85 0.25 0.79 317.33 0.74 0.12
Hex 35 8 28 0 55 19 4F 13D 4A C
Octal 65 10 50 0 125 31 117 475 112 14
Binary 110101 1000 101000 0 1010101 11001 1001111 100111101 1001010 1100

Color Harmonies of #350828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350828

Black with #350828

Text Example


Text Example

White with #350828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350828; }

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

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

background-color css

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

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

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

border-color css

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

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

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