Html Css Color HEX #3F242E Castro

📋 copy color: '#3F242E'

red 63 ◦ green 36 ◦ blue 46

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

Shades of Castro #3F242E

Tints of Castro #3F242E

RGB

 RED value IS 63 (25% from 255) = 43.45%

 GREEN value IS 36 (14.45% from 255) = 24.83%

 BLUE value IS 46 (18.36% from 255) = 31.72%

R = 43.45%
G = 24.83%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#3F242E (or 0x3F242E) is known color: Castro. HEX triplet: 3F, 24 and 2E. RGB value is (63,36,46). Sum of RGB (Red+Green+Blue) = 63+36+46=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F242E is #C0DBD1. Grayscale: #2D2D2D. Windows color (decimal): -12639186 or 3023935. OLE color: 3023935.

HSL color Cylindrical-coordinate representation of color #3F242E: hue angle of 337.78º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F242E is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 36 46 -
CMYK 0 0.43 0.27 0.75
HSL 337.78º 0.27% 0.19% -
HSV(B) 337.78º 0.43% 0.25% -
XYZ 3.17 2.52 2.9 -
YUV 45.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 63 36 46 0 0.43 0.27 0.75 337.78 0.27 0.19
Hex 3F 24 2E 0 2B 1B 4B 152 1B 13
Octal 77 44 56 0 53 33 113 522 33 23
Binary 111111 100100 101110 0 101011 11011 1001011 101010010 11011 10011

Color Harmonies of #3F242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F242E

Black with #3F242E

Text Example


Text Example

White with #3F242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F242E; }

 p { color: rgb(63,36,46); }

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

background-color css

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

 a { background-color: rgb(63,36,46); }

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

border-color css

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

 span { border-color: rgb(63,36,46); }

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