Html Css Color HEX #383E3B Celtic

📋 copy color: '#383E3B'

red 56 ◦ green 62 ◦ blue 59

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

Shades of Celtic #383E3B

Tints of Celtic #383E3B

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 value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#383E3B (or 0x383E3B) is known color: 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

RGB 56 62 59 -
CMYK 0.10 0 0.05 0.76
HSL 150º 0.05% 0.23% -
HSV(B) 150º 0.1% 0.24% -
XYZ 4.14 4.6 4.81 -
YUV 59.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 56 62 59 0.10 0 0.05 0.76 150 0.05 0.23
Hex 38 3E 3B A 0 5 4C 96 5 17
Octal 70 76 73 12 0 5 114 226 5 27
Binary 111000 111110 111011 1010 0 101 1001100 10010110 101 10111

Color Harmonies of #383E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E3B

Black with #383E3B

Text Example


Text Example

White with #383E3B

Text Example


Text Example

HTML Codes & Css Web 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>