Html Css Color HEX #38262C Castro

📋 copy color: '#38262C'

red 56 ◦ green 38 ◦ blue 44

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

Shades of Castro #38262C

Tints of Castro #38262C

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

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#38262C (or 0x38262C) is known color: 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

RGB 56 38 44 -
CMYK 0 0.32 0.21 0.78
HSL 340º 0.19% 0.18% -
HSV(B) 340º 0.32% 0.22% -
XYZ 2.78 2.41 2.7 -
YUV 44.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 56 38 44 0 0.32 0.21 0.78 340 0.19 0.18
Hex 38 26 2C 0 20 15 4E 154 13 12
Octal 70 46 54 0 40 25 116 524 23 22
Binary 111000 100110 101100 0 100000 10101 1001110 101010100 10011 10010

Color Harmonies of #38262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38262C

Black with #38262C

Text Example


Text Example

White with #38262C

Text Example


Text Example

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