Html Css Color HEX #531733 Blackberry

📋 copy color: '#531733'

red 83 ◦ green 23 ◦ blue 51

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

Shades of Blackberry #531733

Tints of Blackberry #531733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.65%

 BLUE value IS 51 (20.31% from 255) = 32.48%

R = 52.87%
G = 14.65%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#531733 (or 0x531733) is known color: Blackberry. HEX triplet: 53, 17 and 33. RGB value is (83,23,51). Sum of RGB (Red+Green+Blue) = 83+23+51=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531733 is #ACE8CC. Grayscale: #2C2C2C. Windows color (decimal): -11331789 or 3348307. OLE color: 3348307.

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

Color convert

RGB 83 23 51 -
CMYK 0 0.72 0.39 0.67
HSL 332º 0.57% 0.21% -
HSV(B) 332º 0.72% 0.33% -
XYZ 4.47 2.69 3.42 -
YUV 44.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 83 23 51 0 0.72 0.39 0.67 332 0.57 0.21
Hex 53 17 33 0 48 27 43 14C 39 15
Octal 123 27 63 0 110 47 103 514 71 25
Binary 1010011 10111 110011 0 1001000 100111 1000011 101001100 111001 10101

Color Harmonies of #531733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531733

Black with #531733

Text Example


Text Example

White with #531733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531733; }

 p { color: rgb(83,23,51); }

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

background-color css

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

 a { background-color: rgb(83,23,51); }

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

border-color css

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

 span { border-color: rgb(83,23,51); }

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