Html Css Color HEX #3F241B Brown Pod

📋 copy color: '#3F241B'

red 63 ◦ green 36 ◦ blue 27

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

Shades of Brown Pod #3F241B

Tints of Brown Pod #3F241B

RGB

 RED value IS 63 (25% from 255) = 50%

 GREEN value IS 36 (14.45% from 255) = 28.57%

 BLUE value IS 27 (10.94% from 255) = 21.43%

R = 50%
G = 28.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#3F241B (or 0x3F241B) is known color: Brown Pod. HEX triplet: 3F, 24 and 1B. RGB value is (63,36,27). Sum of RGB (Red+Green+Blue) = 63+36+27=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F241B is #C0DBE4. Grayscale: #2B2B2B. Windows color (decimal): -12639205 or 1778751. OLE color: 1778751.

HSL color Cylindrical-coordinate representation of color #3F241B: hue angle of 15º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F241B is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 36 27 -
CMYK 0 0.43 0.57 0.75
HSL 15º 0.4% 0.18% -
HSV(B) 15º 0.57% 0.25% -
XYZ 2.88 2.4 1.35 -
YUV 43.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 63 36 27 0 0.43 0.57 0.75 15 0.4 0.18
Hex 3F 24 1B 0 2B 39 4B F 28 12
Octal 77 44 33 0 53 71 113 17 50 22
Binary 111111 100100 11011 0 101011 111001 1001011 1111 101000 10010

Color Harmonies of #3F241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F241B

Black with #3F241B

Text Example


Text Example

White with #3F241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F241B; }

 p { color: rgb(63,36,27); }

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

background-color css

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

 a { background-color: rgb(63,36,27); }

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

border-color css

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

 span { border-color: rgb(63,36,27); }

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