Html Css Color HEX #531633 Blackberry

📋 copy color: '#531633'

red 83 ◦ green 22 ◦ blue 51

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

Shades of Blackberry #531633

Tints of Blackberry #531633

RGB

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

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

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

R = 53.21%
G = 14.1%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#531633 (or 0x531633) is known color: Blackberry. HEX triplet: 53, 16 and 33. RGB value is (83,22,51). Sum of RGB (Red+Green+Blue) = 83+22+51=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531633 is #ACE9CC. Grayscale: #2B2B2B. Windows color (decimal): -11332045 or 3348051. OLE color: 3348051.

HSL color Cylindrical-coordinate representation of color #531633: hue angle of 331.48º 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 #531633 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 51 -
CMYK 0 0.73 0.39 0.67
HSL 331.48º 0.58% 0.21% -
HSV(B) 331.48º 0.73% 0.33% -
XYZ 4.45 2.65 3.41 -
YUV 43.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 83 22 51 0 0.73 0.39 0.67 331.48 0.58 0.21
Hex 53 16 33 0 49 27 43 14B 3A 15
Octal 123 26 63 0 111 47 103 513 72 25
Binary 1010011 10110 110011 0 1001001 100111 1000011 101001011 111010 10101

Color Harmonies of #531633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531633

Black with #531633

Text Example


Text Example

White with #531633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531633; }

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

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

background-color css

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

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

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

border-color css

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

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

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