Html Css Color HEX #1B301D Black Bean

📋 copy color: '#1B301D'

red 27 ◦ green 48 ◦ blue 29

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

Shades of Black Bean #1B301D

Tints of Black Bean #1B301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 46.15%

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 25.96%
G = 46.15%
B = 27.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#1B301D (or 0x1B301D) is known color: Black Bean. HEX triplet: 1B, 30 and 1D. RGB value is (27,48,29). Sum of RGB (Red+Green+Blue) = 27+48+29=104 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.96% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #1B301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B301D is #E4CFE2. Grayscale: #272727. Windows color (decimal): -14995427 or 1912859. OLE color: 1912859.

HSL color Cylindrical-coordinate representation of color #1B301D: hue angle of 125.71º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B301D is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 27 48 29 -
CMYK 0.44 0 0.40 0.81
HSL 125.71º 0.28% 0.15% -
HSV(B) 125.71º 0.44% 0.19% -
XYZ 1.73 2.44 1.54 -
YUV 39.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 27 48 29 0.44 0 0.40 0.81 125.71 0.28 0.15
Hex 1B 30 1D 2C 0 28 51 7E 1C F
Octal 33 60 35 54 0 50 121 176 34 17
Binary 11011 110000 11101 101100 0 101000 1010001 1111110 11100 1111

Color Harmonies of #1B301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B301D

Black with #1B301D

Text Example


Text Example

White with #1B301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,48,29); }

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

background-color css

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

 a { background-color: rgb(27,48,29); }

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

border-color css

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

 span { border-color: rgb(27,48,29); }

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