Html Css Color HEX #53183A Blackberry

📋 copy color: '#53183A'

red 83 ◦ green 24 ◦ blue 58

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

Shades of Blackberry #53183A

Tints of Blackberry #53183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 50.3%
G = 14.55%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53183A (or 0x53183A) is known color: Blackberry. HEX triplet: 53, 18 and 3A. RGB value is (83,24,58). Sum of RGB (Red+Green+Blue) = 83+24+58=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53183A is #ACE7C5. Grayscale: #2D2D2D. Windows color (decimal): -11331526 or 3807315. OLE color: 3807315.

HSL color Cylindrical-coordinate representation of color #53183A: hue angle of 325.42º 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 #53183A is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 58 -
CMYK 0 0.71 0.30 0.67
HSL 325.42º 0.55% 0.21% -
HSV(B) 325.42º 0.71% 0.33% -
XYZ 4.66 2.8 4.3 -
YUV 45.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 83 24 58 0 0.71 0.30 0.67 325.42 0.55 0.21
Hex 53 18 3A 0 47 1E 43 145 37 15
Octal 123 30 72 0 107 36 103 505 67 25
Binary 1010011 11000 111010 0 1000111 11110 1000011 101000101 110111 10101

Color Harmonies of #53183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53183A

Black with #53183A

Text Example


Text Example

White with #53183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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