Html Css Color HEX #530828 Blackberry

📋 copy color: '#530828'

red 83 ◦ green 8 ◦ blue 40

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

Shades of Blackberry #530828

Tints of Blackberry #530828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.53%

R = 63.36%
G = 6.11%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#530828 (or 0x530828) is known color: Blackberry. HEX triplet: 53, 08 and 28. RGB value is (83,8,40). Sum of RGB (Red+Green+Blue) = 83+8+40=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #530828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530828 is #ACF7D7. Grayscale: #222222. Windows color (decimal): -11335640 or 2623571. OLE color: 2623571.

HSL color Cylindrical-coordinate representation of color #530828: hue angle of 334.4º 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 #530828 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 40 -
CMYK 0 0.90 0.52 0.67
HSL 334.4º 0.82% 0.18% -
HSV(B) 334.4º 0.9% 0.33% -
XYZ 4.04 2.17 2.21 -
YUV 34.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 83 8 40 0 0.90 0.52 0.67 334.4 0.82 0.18
Hex 53 8 28 0 5A 34 43 14E 52 12
Octal 123 10 50 0 132 64 103 516 122 22
Binary 1010011 1000 101000 0 1011010 110100 1000011 101001110 1010010 10010

Color Harmonies of #530828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530828

Black with #530828

Text Example


Text Example

White with #530828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530828; }

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

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

background-color css

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

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

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

border-color css

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

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

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