Html Css Color HEX #531330 Blackberry

📋 copy color: '#531330'

red 83 ◦ green 19 ◦ blue 48

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

Shades of Blackberry #531330

Tints of Blackberry #531330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

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

R = 55.33%
G = 12.67%
B = 32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#531330 (or 0x531330) is known color: Blackberry. HEX triplet: 53, 13 and 30. RGB value is (83,19,48). Sum of RGB (Red+Green+Blue) = 83+19+48=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #531330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531330 is #ACECCF. Grayscale: #292929. Windows color (decimal): -11332816 or 3150675. OLE color: 3150675.

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

Color convert

RGB 83 19 48 -
CMYK 0 0.77 0.42 0.67
HSL 332.81º 0.63% 0.2% -
HSV(B) 332.81º 0.77% 0.33% -
XYZ 4.33 2.52 3.05 -
YUV 41.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 83 19 48 0 0.77 0.42 0.67 332.81 0.63 0.2
Hex 53 13 30 0 4D 2A 43 14D 3F 14
Octal 123 23 60 0 115 52 103 515 77 24
Binary 1010011 10011 110000 0 1001101 101010 1000011 101001101 111111 10100

Color Harmonies of #531330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531330

Black with #531330

Text Example


Text Example

White with #531330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531330; }

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

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

background-color css

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

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

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

border-color css

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

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

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