Html Css Color HEX #530829 Blackberry

📋 copy color: '#530829'

red 83 ◦ green 8 ◦ blue 41

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

Shades of Blackberry #530829

Tints of Blackberry #530829

RGB

 RED value IS 83 (32.81% from 255) = 62.88%

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

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

R = 62.88%
G = 6.06%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#530829 (or 0x530829) is known color: Blackberry. HEX triplet: 53, 08 and 29. RGB value is (83,8,41). Sum of RGB (Red+Green+Blue) = 83+8+41=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #530829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530829 is #ACF7D6. Grayscale: #222222. Windows color (decimal): -11335639 or 2689107. OLE color: 2689107.

HSL color Cylindrical-coordinate representation of color #530829: hue angle of 333.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530829 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 41 -
CMYK 0 0.90 0.51 0.67
HSL 333.6º 0.82% 0.18% -
HSV(B) 333.6º 0.9% 0.33% -
XYZ 4.05 2.17 2.3 -
YUV 34.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 83 8 41 0 0.90 0.51 0.67 333.6 0.82 0.18
Hex 53 8 29 0 5A 33 43 14E 52 12
Octal 123 10 51 0 132 63 103 516 122 22
Binary 1010011 1000 101001 0 1011010 110011 1000011 101001110 1010010 10010

Color Harmonies of #530829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530829

Black with #530829

Text Example


Text Example

White with #530829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530829; }

 p { color: rgb(83,8,41); }

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

background-color css

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

 a { background-color: rgb(83,8,41); }

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

border-color css

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

 span { border-color: rgb(83,8,41); }

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