Html Css Color HEX #53153E Blackberry

📋 copy color: '#53153E'

red 83 ◦ green 21 ◦ blue 62

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

Shades of Blackberry #53153E

Tints of Blackberry #53153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

 BLUE value IS 62 (24.61% from 255) = 37.35%

R = 50%
G = 12.65%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53153E (or 0x53153E) is known color: Blackberry. HEX triplet: 53, 15 and 3E. RGB value is (83,21,62). Sum of RGB (Red+Green+Blue) = 83+21+62=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53153E is #ACEAC1. Grayscale: #2C2C2C. Windows color (decimal): -11332290 or 4068691. OLE color: 4068691.

HSL color Cylindrical-coordinate representation of color #53153E: hue angle of 320.32º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53153E is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 62 -
CMYK 0 0.75 0.25 0.67
HSL 320.32º 0.6% 0.2% -
HSV(B) 320.32º 0.75% 0.33% -
XYZ 4.7 2.72 4.84 -
YUV 44.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 83 21 62 0 0.75 0.25 0.67 320.32 0.6 0.2
Hex 53 15 3E 0 4B 19 43 140 3C 14
Octal 123 25 76 0 113 31 103 500 74 24
Binary 1010011 10101 111110 0 1001011 11001 1000011 101000000 111100 10100

Color Harmonies of #53153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53153E

Black with #53153E

Text Example


Text Example

White with #53153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53153E; }

 p { color: rgb(83,21,62); }

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

background-color css

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

 a { background-color: rgb(83,21,62); }

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

border-color css

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

 span { border-color: rgb(83,21,62); }

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