Html Css Color HEX #3F222B Castro

📋 copy color: '#3F222B'

red 63 ◦ green 34 ◦ blue 43

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

Shades of Castro #3F222B

Tints of Castro #3F222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.29%

 BLUE value IS 43 (17.19% from 255) = 30.71%

R = 45%
G = 24.29%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#3F222B (or 0x3F222B) is known color: Castro. HEX triplet: 3F, 22 and 2B. RGB value is (63,34,43). Sum of RGB (Red+Green+Blue) = 63+34+43=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F222B is #C0DDD4. Grayscale: #2B2B2B. Windows color (decimal): -12639701 or 2826815. OLE color: 2826815.

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

Color convert

RGB 63 34 43 -
CMYK 0 0.46 0.32 0.75
HSL 341.38º 0.3% 0.19% -
HSV(B) 341.38º 0.46% 0.25% -
XYZ 3.06 2.38 2.58 -
YUV 43.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 63 34 43 0 0.46 0.32 0.75 341.38 0.3 0.19
Hex 3F 22 2B 0 2E 20 4B 155 1E 13
Octal 77 42 53 0 56 40 113 525 36 23
Binary 111111 100010 101011 0 101110 100000 1001011 101010101 11110 10011

Color Harmonies of #3F222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F222B

Black with #3F222B

Text Example


Text Example

White with #3F222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,34,43); }

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

background-color css

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

 a { background-color: rgb(63,34,43); }

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

border-color css

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

 span { border-color: rgb(63,34,43); }

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