Html Css Color HEX #531233 Blackberry

📋 copy color: '#531233'

red 83 ◦ green 18 ◦ blue 51

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

Shades of Blackberry #531233

Tints of Blackberry #531233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

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

R = 54.61%
G = 11.84%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#531233 (or 0x531233) is known color: Blackberry. HEX triplet: 53, 12 and 33. RGB value is (83,18,51). Sum of RGB (Red+Green+Blue) = 83+18+51=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531233 is #ACEDCC. Grayscale: #292929. Windows color (decimal): -11333069 or 3347027. OLE color: 3347027.

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

Color convert

RGB 83 18 51 -
CMYK 0 0.78 0.39 0.67
HSL 329.54º 0.64% 0.2% -
HSV(B) 329.54º 0.78% 0.33% -
XYZ 4.38 2.51 3.39 -
YUV 41.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 83 18 51 0 0.78 0.39 0.67 329.54 0.64 0.2
Hex 53 12 33 0 4E 27 43 14A 40 14
Octal 123 22 63 0 116 47 103 512 100 24
Binary 1010011 10010 110011 0 1001110 100111 1000011 101001010 1000000 10100

Color Harmonies of #531233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531233

Black with #531233

Text Example


Text Example

White with #531233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531233; }

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

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

background-color css

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

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

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

border-color css

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

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

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