Html Css Color HEX #531030 Blackberry

📋 copy color: '#531030'

red 83 ◦ green 16 ◦ blue 48

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

Shades of Blackberry #531030

Tints of Blackberry #531030

RGB

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

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

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

R = 56.46%
G = 10.88%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#531030 (or 0x531030) is known color: Blackberry. HEX triplet: 53, 10 and 30. RGB value is (83,16,48). Sum of RGB (Red+Green+Blue) = 83+16+48=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #531030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531030 is #ACEFCF. Grayscale: #272727. Windows color (decimal): -11333584 or 3149907. OLE color: 3149907.

HSL color Cylindrical-coordinate representation of color #531030: hue angle of 331.34º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531030 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 48 -
CMYK 0 0.81 0.42 0.67
HSL 331.34º 0.68% 0.19% -
HSV(B) 331.34º 0.81% 0.33% -
XYZ 4.29 2.42 3.04 -
YUV 39.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 83 16 48 0 0.81 0.42 0.67 331.34 0.68 0.19
Hex 53 10 30 0 51 2A 43 14B 44 13
Octal 123 20 60 0 121 52 103 513 104 23
Binary 1010011 10000 110000 0 1010001 101010 1000011 101001011 1000100 10011

Color Harmonies of #531030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531030

Black with #531030

Text Example


Text Example

White with #531030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531030; }

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

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

background-color css

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

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

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

border-color css

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

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

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