Html Css Color HEX #1C2F1F Black Bean

📋 copy color: '#1C2F1F'

red 28 ◦ green 47 ◦ blue 31

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

Shades of Black Bean #1C2F1F

Tints of Black Bean #1C2F1F

RGB

 RED value IS 28 (11.33% from 255) = 26.42%

 GREEN value IS 47 (18.75% from 255) = 44.34%

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

R = 26.42%
G = 44.34%
B = 29.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.82

RGB Variations

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

Color information

#1C2F1F (or 0x1C2F1F) is known color: Black Bean. HEX triplet: 1C, 2F and 1F. RGB value is (28,47,31). Sum of RGB (Red+Green+Blue) = 28+47+31=106 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.42% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2F1F is #E3D0E0. Grayscale: #272727. Windows color (decimal): -14930145 or 2043676. OLE color: 2043676.

HSL color Cylindrical-coordinate representation of color #1C2F1F: hue angle of 129.47º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1C2F1F is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.

Color convert

RGB 28 47 31 -
CMYK 0.40 0 0.34 0.82
HSL 129.47º 0.25% 0.15% -
HSV(B) 129.47º 0.4% 0.18% -
XYZ 1.74 2.38 1.66 -
YUV 39.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 28 47 31 0.40 0 0.34 0.82 129.47 0.25 0.15
Hex 1C 2F 1F 28 0 22 52 81 19 F
Octal 34 57 37 50 0 42 122 201 31 17
Binary 11100 101111 11111 101000 0 100010 1010010 10000001 11001 1111

Color Harmonies of #1C2F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2F1F

Black with #1C2F1F

Text Example


Text Example

White with #1C2F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,47,31); }

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

background-color css

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

 a { background-color: rgb(28,47,31); }

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

border-color css

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

 span { border-color: rgb(28,47,31); }

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