Html Css Color HEX #531938 Blackberry

📋 copy color: '#531938'

red 83 ◦ green 25 ◦ blue 56

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

Shades of Blackberry #531938

Tints of Blackberry #531938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

 BLUE value IS 56 (22.27% from 255) = 34.15%

R = 50.61%
G = 15.24%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#531938 (or 0x531938) is known color: Blackberry. HEX triplet: 53, 19 and 38. RGB value is (83,25,56). Sum of RGB (Red+Green+Blue) = 83+25+56=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #531938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531938 is #ACE6C7. Grayscale: #2D2D2D. Windows color (decimal): -11331272 or 3676499. OLE color: 3676499.

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

Color convert

RGB 83 25 56 -
CMYK 0 0.70 0.33 0.67
HSL 327.93º 0.54% 0.21% -
HSV(B) 327.93º 0.7% 0.33% -
XYZ 4.63 2.82 4.04 -
YUV 45.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 83 25 56 0 0.70 0.33 0.67 327.93 0.54 0.21
Hex 53 19 38 0 46 21 43 148 36 15
Octal 123 31 70 0 106 41 103 510 66 25
Binary 1010011 11001 111000 0 1000110 100001 1000011 101001000 110110 10101

Color Harmonies of #531938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531938

Black with #531938

Text Example


Text Example

White with #531938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531938; }

 p { color: rgb(83,25,56); }

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

background-color css

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

 a { background-color: rgb(83,25,56); }

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

border-color css

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

 span { border-color: rgb(83,25,56); }

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