Html Css Color HEX #311325 Blackberry

📋 copy color: '#311325'

red 49 ◦ green 19 ◦ blue 37

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

Shades of Blackberry #311325

Tints of Blackberry #311325

RGB

 RED value IS 49 (19.53% from 255) = 46.67%

 GREEN value IS 19 (7.81% from 255) = 18.1%

 BLUE value IS 37 (14.84% from 255) = 35.24%

R = 46.67%
G = 18.1%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#311325 (or 0x311325) is known color: Blackberry. HEX triplet: 31, 13 and 25. RGB value is (49,19,37). Sum of RGB (Red+Green+Blue) = 49+19+37=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #311325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311325 is #CEECDA. Grayscale: #1D1D1D. Windows color (decimal): -13561051 or 2429745. OLE color: 2429745.

HSL color Cylindrical-coordinate representation of color #311325: hue angle of 324º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311325 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 19 37 -
CMYK 0 0.61 0.24 0.81
HSL 324º 0.44% 0.13% -
HSV(B) 324º 0.61% 0.19% -
XYZ 1.83 1.25 1.9 -
YUV 30.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 49 19 37 0 0.61 0.24 0.81 324 0.44 0.13
Hex 31 13 25 0 3D 18 51 144 2C D
Octal 61 23 45 0 75 30 121 504 54 15
Binary 110001 10011 100101 0 111101 11000 1010001 101000100 101100 1101

Color Harmonies of #311325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311325

Black with #311325

Text Example


Text Example

White with #311325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311325; }

 p { color: rgb(49,19,37); }

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

background-color css

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

 a { background-color: rgb(49,19,37); }

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

border-color css

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

 span { border-color: rgb(49,19,37); }

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