Html Css Color HEX #531630 Blackberry

📋 copy color: '#531630'

red 83 ◦ green 22 ◦ blue 48

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

Shades of Blackberry #531630

Tints of Blackberry #531630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

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

R = 54.25%
G = 14.38%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#531630 (or 0x531630) is known color: Blackberry. HEX triplet: 53, 16 and 30. RGB value is (83,22,48). Sum of RGB (Red+Green+Blue) = 83+22+48=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #531630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531630 is #ACE9CF. Grayscale: #2B2B2B. Windows color (decimal): -11332048 or 3151443. OLE color: 3151443.

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

Color convert

RGB 83 22 48 -
CMYK 0 0.73 0.42 0.67
HSL 334.43º 0.58% 0.21% -
HSV(B) 334.43º 0.73% 0.33% -
XYZ 4.39 2.63 3.07 -
YUV 43.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 83 22 48 0 0.73 0.42 0.67 334.43 0.58 0.21
Hex 53 16 30 0 49 2A 43 14E 3A 15
Octal 123 26 60 0 111 52 103 516 72 25
Binary 1010011 10110 110000 0 1001001 101010 1000011 101001110 111010 10101

Color Harmonies of #531630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531630

Black with #531630

Text Example


Text Example

White with #531630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531630; }

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

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

background-color css

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

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

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

border-color css

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

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

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