Html Css Color HEX #1B331F Black Bean

📋 copy color: '#1B331F'

red 27 ◦ green 51 ◦ blue 31

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

Shades of Black Bean #1B331F

Tints of Black Bean #1B331F

RGB

 RED value IS 27 (10.94% from 255) = 24.77%

 GREEN value IS 51 (20.31% from 255) = 46.79%

 BLUE value IS 31 (12.5% from 255) = 28.44%

R = 24.77%
G = 46.79%
B = 28.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.8

RGB Variations

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

Color information

#1B331F (or 0x1B331F) is known color: Black Bean. HEX triplet: 1B, 33 and 1F. RGB value is (27,51,31). Sum of RGB (Red+Green+Blue) = 27+51+31=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #1B331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B331F is #E4CCE0. Grayscale: #292929. Windows color (decimal): -14994657 or 2044699. OLE color: 2044699.

HSL color Cylindrical-coordinate representation of color #1B331F: hue angle of 130º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B331F is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB 27 51 31 -
CMYK 0.47 0 0.39 0.8
HSL 130º 0.31% 0.15% -
HSV(B) 130º 0.47% 0.2% -
XYZ 1.88 2.7 1.72 -
YUV 41.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 27 51 31 0.47 0 0.39 0.8 130 0.31 0.15
Hex 1B 33 1F 2F 0 27 50 82 1F F
Octal 33 63 37 57 0 47 120 202 37 17
Binary 11011 110011 11111 101111 0 100111 1010000 10000010 11111 1111

Color Harmonies of #1B331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B331F

Black with #1B331F

Text Example


Text Example

White with #1B331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B331F; }

 p { color: rgb(27,51,31); }

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

background-color css

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

 a { background-color: rgb(27,51,31); }

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

border-color css

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

 span { border-color: rgb(27,51,31); }

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