Html Css Color HEX #311B26 Blackberry

📋 copy color: '#311B26'

red 49 ◦ green 27 ◦ blue 38

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

Shades of Blackberry #311B26

Tints of Blackberry #311B26

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.68%

 BLUE value IS 38 (15.23% from 255) = 33.33%

R = 42.98%
G = 23.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#311B26 (or 0x311B26) is known color: Blackberry. HEX triplet: 31, 1B and 26. RGB value is (49,27,38). Sum of RGB (Red+Green+Blue) = 49+27+38=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B26 is #CEE4D9. Grayscale: #222222. Windows color (decimal): -13559002 or 2497329. OLE color: 2497329.

HSL color Cylindrical-coordinate representation of color #311B26: hue angle of 330º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #311B26 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 27 38 -
CMYK 0 0.45 0.22 0.81
HSL 330º 0.29% 0.15% -
HSV(B) 330º 0.45% 0.19% -
XYZ 2.01 1.58 2.03 -
YUV 34.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 49 27 38 0 0.45 0.22 0.81 330 0.29 0.15
Hex 31 1B 26 0 2D 16 51 14A 1D F
Octal 61 33 46 0 55 26 121 512 35 17
Binary 110001 11011 100110 0 101101 10110 1010001 101001010 11101 1111

Color Harmonies of #311B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B26

Black with #311B26

Text Example


Text Example

White with #311B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311B26; }

 p { color: rgb(49,27,38); }

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

background-color css

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

 a { background-color: rgb(49,27,38); }

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

border-color css

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

 span { border-color: rgb(49,27,38); }

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