Html Css Color HEX #531742 Blackberry

📋 copy color: '#531742'

red 83 ◦ green 23 ◦ blue 66

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

Shades of Blackberry #531742

Tints of Blackberry #531742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.37%

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 48.26%
G = 13.37%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#531742 (or 0x531742) is known color: Blackberry. HEX triplet: 53, 17 and 42. RGB value is (83,23,66). Sum of RGB (Red+Green+Blue) = 83+23+66=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531742 is #ACE8BD. Grayscale: #2D2D2D. Windows color (decimal): -11331774 or 4331347. OLE color: 4331347.

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

Color convert

RGB 83 23 66 -
CMYK 0 0.72 0.20 0.67
HSL 317º 0.57% 0.21% -
HSV(B) 317º 0.72% 0.33% -
XYZ 4.86 2.85 5.45 -
YUV 45.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 83 23 66 0 0.72 0.20 0.67 317 0.57 0.21
Hex 53 17 42 0 48 14 43 13D 39 15
Octal 123 27 102 0 110 24 103 475 71 25
Binary 1010011 10111 1000010 0 1001000 10100 1000011 100111101 111001 10101

Color Harmonies of #531742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531742

Black with #531742

Text Example


Text Example

White with #531742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531742; }

 p { color: rgb(83,23,66); }

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

background-color css

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

 a { background-color: rgb(83,23,66); }

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

border-color css

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

 span { border-color: rgb(83,23,66); }

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