Html Css Color HEX #350529 Blackberry

📋 copy color: '#350529'

red 53 ◦ green 5 ◦ blue 41

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

Shades of Blackberry #350529

Tints of Blackberry #350529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 41.41%

R = 53.54%
G = 5.05%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#350529 (or 0x350529) is known color: Blackberry. HEX triplet: 35, 05 and 29. RGB value is (53,5,41). Sum of RGB (Red+Green+Blue) = 53+5+41=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #350529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350529 is #CAFAD6. Grayscale: #171717. Windows color (decimal): -13302487 or 2688309. OLE color: 2688309.

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

Color convert

RGB 53 5 41 -
CMYK 0 0.91 0.23 0.79
HSL 315º 0.83% 0.11% -
HSV(B) 315º 0.91% 0.21% -
XYZ 1.92 1.03 2.19 -
YUV 23.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 53 5 41 0 0.91 0.23 0.79 315 0.83 0.11
Hex 35 5 29 0 5B 17 4F 13B 53 B
Octal 65 5 51 0 133 27 117 473 123 13
Binary 110101 101 101001 0 1011011 10111 1001111 100111011 1010011 1011

Color Harmonies of #350529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350529

Black with #350529

Text Example


Text Example

White with #350529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350529; }

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

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

background-color css

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

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

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

border-color css

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

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

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