#38262C

Color #38262C Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #38262C

Tints of Castro #38262C

Color information

#38262C (or 0x38262C) is unknown color: approx Castro. HEX triplet: 38, 26 and 2C. RGB value is (56,38,44). Sum of RGB (Red+Green+Blue) = 56+38+44=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38262C is #C7D9D3. Grayscale: #2C2C2C. Windows color (decimal): -13097428 or 2893368. OLE color: 2893368.

HSL color Cylindrical-coordinate representation of color #38262C: hue angle of 340º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38262C is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB563844-
CMYK00.320.210.78
HSL340º19.15%18.43%-
HSV(B)340º32.14%21.96%-
XYZ2.782.412.7-
YUV44.07127.96136.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=40.58%
G=27.54%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56384400.320.210.7834019.1518.43
Hex38262C020154E1541312
Octal704654040251165242322
Binary11100010011010110001000001010110011101010101001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38262C; }

 p { color: rgb(56,38,44); }

 H1.HeaderClassName
 {
   color: #38262C;
 }
 .AnyTagClassName
 {
   color: #38262C;
 }
</style>
background-color css

<style>
 a { background-color: #38262C; }

 a { background-color: rgb(56,38,44); }

 div.DivClassName
 {
   background-color: #38262C;
 }
 .BgClassName
 {
   background-color: #38262C;
 }
</style>
border-color css

<style>
 span { border-color: #38262C; }

 span { border-color: rgb(56,38,44); }

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