Html Css Color HEX #521029 Blackberry

📋 copy color: '#521029'

red 82 ◦ green 16 ◦ blue 41

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

Shades of Blackberry #521029

Tints of Blackberry #521029

RGB

 RED value IS 82 (32.42% from 255) = 58.99%

 GREEN value IS 16 (6.64% from 255) = 11.51%

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

R = 58.99%
G = 11.51%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#521029 (or 0x521029) is known color: Blackberry. HEX triplet: 52, 10 and 29. RGB value is (82,16,41). Sum of RGB (Red+Green+Blue) = 82+16+41=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #521029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521029 is #ADEFD6. Grayscale: #262626. Windows color (decimal): -11399127 or 2691154. OLE color: 2691154.

HSL color Cylindrical-coordinate representation of color #521029: hue angle of 337.27º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521029 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 41 -
CMYK 0 0.80 0.50 0.68
HSL 337.27º 0.67% 0.19% -
HSV(B) 337.27º 0.8% 0.32% -
XYZ 4.07 2.32 2.33 -
YUV 38.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 82 16 41 0 0.80 0.50 0.68 337.27 0.67 0.19
Hex 52 10 29 0 50 32 44 151 43 13
Octal 122 20 51 0 120 62 104 521 103 23
Binary 1010010 10000 101001 0 1010000 110010 1000100 101010001 1000011 10011

Color Harmonies of #521029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521029

Black with #521029

Text Example


Text Example

White with #521029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521029; }

 p { color: rgb(82,16,41); }

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

background-color css

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

 a { background-color: rgb(82,16,41); }

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

border-color css

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

 span { border-color: rgb(82,16,41); }

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