Html Css Color HEX #53183C Blackberry

📋 copy color: '#53183C'

red 83 ◦ green 24 ◦ blue 60

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

Shades of Blackberry #53183C

Tints of Blackberry #53183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.93%

R = 49.7%
G = 14.37%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53183C (or 0x53183C) is known color: Blackberry. HEX triplet: 53, 18 and 3C. RGB value is (83,24,60). Sum of RGB (Red+Green+Blue) = 83+24+60=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53183C is #ACE7C3. Grayscale: #2D2D2D. Windows color (decimal): -11331524 or 3938387. OLE color: 3938387.

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

Color convert

RGB 83 24 60 -
CMYK 0 0.71 0.28 0.67
HSL 323.39º 0.55% 0.21% -
HSV(B) 323.39º 0.71% 0.33% -
XYZ 4.71 2.82 4.57 -
YUV 45.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 83 24 60 0 0.71 0.28 0.67 323.39 0.55 0.21
Hex 53 18 3C 0 47 1C 43 143 37 15
Octal 123 30 74 0 107 34 103 503 67 25
Binary 1010011 11000 111100 0 1000111 11100 1000011 101000011 110111 10101

Color Harmonies of #53183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53183C

Black with #53183C

Text Example


Text Example

White with #53183C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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