Html Css Color HEX #38232A Castro

📋 copy color: '#38232A'

red 56 ◦ green 35 ◦ blue 42

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

Shades of Castro #38232A

Tints of Castro #38232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.32%

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 42.11%
G = 26.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#38232A (or 0x38232A) is known color: Castro. HEX triplet: 38, 23 and 2A. RGB value is (56,35,42). Sum of RGB (Red+Green+Blue) = 56+35+42=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #38232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38232A is #C7DCD5. Grayscale: #2A2A2A. Windows color (decimal): -13098198 or 2761528. OLE color: 2761528.

HSL color Cylindrical-coordinate representation of color #38232A: hue angle of 340º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38232A is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 35 42 -
CMYK 0 0.37 0.25 0.78
HSL 340º 0.23% 0.18% -
HSV(B) 340º 0.38% 0.22% -
XYZ 2.65 2.21 2.48 -
YUV 42.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 56 35 42 0 0.37 0.25 0.78 340 0.23 0.18
Hex 38 23 2A 0 25 19 4E 154 17 12
Octal 70 43 52 0 45 31 116 524 27 22
Binary 111000 100011 101010 0 100101 11001 1001110 101010100 10111 10010

Color Harmonies of #38232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38232A

Black with #38232A

Text Example


Text Example

White with #38232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38232A; }

 p { color: rgb(56,35,42); }

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

background-color css

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

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

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

border-color css

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

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

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