Html Css Color HEX #531C3E Blackberry

📋 copy color: '#531C3E'

red 83 ◦ green 28 ◦ blue 62

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

Shades of Blackberry #531C3E

Tints of Blackberry #531C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.18%

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

R = 47.98%
G = 16.18%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#531C3E (or 0x531C3E) is known color: Blackberry. HEX triplet: 53, 1C and 3E. RGB value is (83,28,62). Sum of RGB (Red+Green+Blue) = 83+28+62=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #531C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C3E is #ACE3C1. Grayscale: #303030. Windows color (decimal): -11330498 or 4070483. OLE color: 4070483.

HSL color Cylindrical-coordinate representation of color #531C3E: hue angle of 322.91º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C3E is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 62 -
CMYK 0 0.66 0.25 0.67
HSL 322.91º 0.5% 0.22% -
HSV(B) 322.91º 0.66% 0.33% -
XYZ 4.85 3.02 4.88 -
YUV 48.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 83 28 62 0 0.66 0.25 0.67 322.91 0.5 0.22
Hex 53 1C 3E 0 42 19 43 143 32 16
Octal 123 34 76 0 102 31 103 503 62 26
Binary 1010011 11100 111110 0 1000010 11001 1000011 101000011 110010 10110

Color Harmonies of #531C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C3E

Black with #531C3E

Text Example


Text Example

White with #531C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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