Html Css Color HEX #350626 Blackberry

📋 copy color: '#350626'

red 53 ◦ green 6 ◦ blue 38

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

Shades of Blackberry #350626

Tints of Blackberry #350626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 39.18%

R = 54.64%
G = 6.19%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#350626 (or 0x350626) is known color: Blackberry. HEX triplet: 35, 06 and 26. RGB value is (53,6,38). Sum of RGB (Red+Green+Blue) = 53+6+38=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #350626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350626 is #CAF9D9. Grayscale: #171717. Windows color (decimal): -13302234 or 2491957. OLE color: 2491957.

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

Color convert

RGB 53 6 38 -
CMYK 0 0.89 0.28 0.79
HSL 319.15º 0.8% 0.12% -
HSV(B) 319.15º 0.89% 0.21% -
XYZ 1.88 1.03 1.93 -
YUV 23.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 53 6 38 0 0.89 0.28 0.79 319.15 0.8 0.12
Hex 35 6 26 0 59 1C 4F 13F 50 C
Octal 65 6 46 0 131 34 117 477 120 14
Binary 110101 110 100110 0 1011001 11100 1001111 100111111 1010000 1100

Color Harmonies of #350626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350626

Black with #350626

Text Example


Text Example

White with #350626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350626; }

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

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

background-color css

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

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

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

border-color css

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

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

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