Html Css Color HEX #38271E Bistre

📋 copy color: '#38271E'

red 56 ◦ green 39 ◦ blue 30

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

Shades of Bistre #38271E

Tints of Bistre #38271E

RGB

 RED value IS 56 (22.27% from 255) = 44.8%

 GREEN value IS 39 (15.63% from 255) = 31.2%

 BLUE value IS 30 (12.11% from 255) = 24%

R = 44.8%
G = 31.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#38271E (or 0x38271E) is known color: Bistre. HEX triplet: 38, 27 and 1E. RGB value is (56,39,30). Sum of RGB (Red+Green+Blue) = 56+39+30=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #38271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38271E is #C7D8E1. Grayscale: #2B2B2B. Windows color (decimal): -13097186 or 1976120. OLE color: 1976120.

HSL color Cylindrical-coordinate representation of color #38271E: hue angle of 20.77º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38271E is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 39 30 -
CMYK 0 0.30 0.46 0.78
HSL 20.77º 0.3% 0.17% -
HSV(B) 20.77º 0.46% 0.22% -
XYZ 2.59 2.39 1.55 -
YUV 43.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 56 39 30 0 0.30 0.46 0.78 20.77 0.3 0.17
Hex 38 27 1E 0 1E 2E 4E 15 1E 11
Octal 70 47 36 0 36 56 116 25 36 21
Binary 111000 100111 11110 0 11110 101110 1001110 10101 11110 10001

Color Harmonies of #38271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38271E

Black with #38271E

Text Example


Text Example

White with #38271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38271E; }

 p { color: rgb(56,39,30); }

 H1.HeaderClassName
 {
   color: #38271E;
 }
 .AnyTagClassName
 {
   color: #38271E;
 }
</style>

background-color css

<style>
 a { background-color: #38271E; }

 a { background-color: rgb(56,39,30); }

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

border-color css

<style>
 span { border-color: #38271E; }

 span { border-color: rgb(56,39,30); }

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