Html Css Color HEX #530930 Blackberry

📋 copy color: '#530930'

red 83 ◦ green 9 ◦ blue 48

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

Shades of Blackberry #530930

Tints of Blackberry #530930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.29%

R = 59.29%
G = 6.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#530930 (or 0x530930) is known color: Blackberry. HEX triplet: 53, 09 and 30. RGB value is (83,9,48). Sum of RGB (Red+Green+Blue) = 83+9+48=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530930 is #ACF6CF. Grayscale: #232323. Windows color (decimal): -11335376 or 3148115. OLE color: 3148115.

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

Color convert

RGB 83 9 48 -
CMYK 0 0.89 0.42 0.67
HSL 328.38º 0.8% 0.18% -
HSV(B) 328.38º 0.89% 0.33% -
XYZ 4.2 2.25 3.01 -
YUV 35.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 83 9 48 0 0.89 0.42 0.67 328.38 0.8 0.18
Hex 53 9 30 0 59 2A 43 148 50 12
Octal 123 11 60 0 131 52 103 510 120 22
Binary 1010011 1001 110000 0 1011001 101010 1000011 101001000 1010000 10010

Color Harmonies of #530930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530930

Black with #530930

Text Example


Text Example

White with #530930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530930; }

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

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

background-color css

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

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

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

border-color css

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

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

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