#383E3B

Color #383E3B Celtic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celtic #383E3B

Tints of Celtic #383E3B

Color information

#383E3B (or 0x383E3B) is unknown color: approx Celtic. HEX triplet: 38, 3E and 3B. RGB value is (56,62,59). Sum of RGB (Red+Green+Blue) = 56+62+59=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 62 - color contains mainly: green. Hex color #383E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E3B is #C7C1C4. Grayscale: #3B3B3B. Windows color (decimal): -13091269 or 3882552. OLE color: 3882552.

HSL color Cylindrical-coordinate representation of color #383E3B: hue angle of 150º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #383E3B is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB566259-
CMYK0.1000.050.76
HSL150º5.08%23.14%-
HSV(B)150º9.68%24.31%-
XYZ4.144.64.81-
YUV59.86127.51125.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 59 (23.44% from 255) = 33.33%
R=31.64%
G=35.03%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5662590.1000.050.761505.0823.14
Hex383E3BA054C96517
Octal7076731205114226527
Binary1110001111101110111010010110011001001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383E3B; }

 p { color: rgb(56,62,59); }

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

<style>
 a { background-color: #383E3B; }

 a { background-color: rgb(56,62,59); }

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

<style>
 span { border-color: #383E3B; }

 span { border-color: rgb(56,62,59); }

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