Html Css Color HEX #530929 Blackberry

📋 copy color: '#530929'

red 83 ◦ green 9 ◦ blue 41

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

Shades of Blackberry #530929

Tints of Blackberry #530929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

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

R = 62.41%
G = 6.77%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#530929 (or 0x530929) is known color: Blackberry. HEX triplet: 53, 09 and 29. RGB value is (83,9,41). Sum of RGB (Red+Green+Blue) = 83+9+41=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #530929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530929 is #ACF6D6. Grayscale: #222222. Windows color (decimal): -11335383 or 2689363. OLE color: 2689363.

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

Color convert

RGB 83 9 41 -
CMYK 0 0.89 0.51 0.67
HSL 334.05º 0.8% 0.18% -
HSV(B) 334.05º 0.89% 0.33% -
XYZ 4.07 2.19 2.31 -
YUV 34.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 83 9 41 0 0.89 0.51 0.67 334.05 0.8 0.18
Hex 53 9 29 0 59 33 43 14E 50 12
Octal 123 11 51 0 131 63 103 516 120 22
Binary 1010011 1001 101001 0 1011001 110011 1000011 101001110 1010000 10010

Color Harmonies of #530929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530929

Black with #530929

Text Example


Text Example

White with #530929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530929; }

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

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

background-color css

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

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

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

border-color css

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

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

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