Html Css Color HEX #383856 Deep Koamaru

📋 copy color: '#383856'

red 56 ◦ green 56 ◦ blue 86

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

Shades of Deep Koamaru #383856

Tints of Deep Koamaru #383856

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.28%

 BLUE value IS 86 (33.98% from 255) = 43.43%

R = 28.28%
G = 28.28%
B = 43.43%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#383856 (or 0x383856) is known color: Deep Koamaru. HEX triplet: 38, 38 and 56. RGB value is (56,56,86). Sum of RGB (Red+Green+Blue) = 56+56+86=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #383856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383856 is #C7C7A9. Grayscale: #3B3B3B. Windows color (decimal): -13092778 or 5650488. OLE color: 5650488.

HSL color Cylindrical-coordinate representation of color #383856: hue angle of 240º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383856 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 56 86 -
CMYK 0.35 0.35 0 0.66
HSL 240º 0.21% 0.28% -
HSV(B) 240º 0.35% 0.34% -
XYZ 4.72 4.34 9.39 -
YUV 59.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 56 56 86 0.35 0.35 0 0.66 240 0.21 0.28
Hex 38 38 56 23 23 0 42 F0 15 1C
Octal 70 70 126 43 43 0 102 360 25 34
Binary 111000 111000 1010110 100011 100011 0 1000010 11110000 10101 11100

Color Harmonies of #383856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383856

Black with #383856

Text Example


Text Example

White with #383856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383856; }

 p { color: rgb(56,56,86); }

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

background-color css

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

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

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

border-color css

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

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

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