Html Css Color HEX #531833 Blackberry

📋 copy color: '#531833'

red 83 ◦ green 24 ◦ blue 51

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

Shades of Blackberry #531833

Tints of Blackberry #531833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 52.53%
G = 15.19%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#531833 (or 0x531833) is known color: Blackberry. HEX triplet: 53, 18 and 33. RGB value is (83,24,51). Sum of RGB (Red+Green+Blue) = 83+24+51=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531833 is #ACE7CC. Grayscale: #2C2C2C. Windows color (decimal): -11331533 or 3348563. OLE color: 3348563.

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

Color convert

RGB 83 24 51 -
CMYK 0 0.71 0.39 0.67
HSL 332.54º 0.55% 0.21% -
HSV(B) 332.54º 0.71% 0.33% -
XYZ 4.49 2.73 3.42 -
YUV 44.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 83 24 51 0 0.71 0.39 0.67 332.54 0.55 0.21
Hex 53 18 33 0 47 27 43 14D 37 15
Octal 123 30 63 0 107 47 103 515 67 25
Binary 1010011 11000 110011 0 1000111 100111 1000011 101001101 110111 10101

Color Harmonies of #531833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531833

Black with #531833

Text Example


Text Example

White with #531833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531833; }

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

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

background-color css

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

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

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

border-color css

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

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

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