Html Css Color HEX #350526 Blackberry

📋 copy color: '#350526'

red 53 ◦ green 5 ◦ blue 38

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

Shades of Blackberry #350526

Tints of Blackberry #350526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.21%

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

R = 55.21%
G = 5.21%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#350526 (or 0x350526) is known color: Blackberry. HEX triplet: 35, 05 and 26. RGB value is (53,5,38). Sum of RGB (Red+Green+Blue) = 53+5+38=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350526 is #CAFAD9. Grayscale: #171717. Windows color (decimal): -13302490 or 2491701. OLE color: 2491701.

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

Color convert

RGB 53 5 38 -
CMYK 0 0.91 0.28 0.79
HSL 318.75º 0.83% 0.11% -
HSV(B) 318.75º 0.91% 0.21% -
XYZ 1.87 1.01 1.93 -
YUV 23.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 53 5 38 0 0.91 0.28 0.79 318.75 0.83 0.11
Hex 35 5 26 0 5B 1C 4F 13F 53 B
Octal 65 5 46 0 133 34 117 477 123 13
Binary 110101 101 100110 0 1011011 11100 1001111 100111111 1010011 1011

Color Harmonies of #350526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350526

Black with #350526

Text Example


Text Example

White with #350526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350526; }

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

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

background-color css

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

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

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

border-color css

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

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

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