Html Css Color HEX #3F212A Castro

📋 copy color: '#3F212A'

red 63 ◦ green 33 ◦ blue 42

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

Shades of Castro #3F212A

Tints of Castro #3F212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

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

R = 45.65%
G = 23.91%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#3F212A (or 0x3F212A) is known color: Castro. HEX triplet: 3F, 21 and 2A. RGB value is (63,33,42). Sum of RGB (Red+Green+Blue) = 63+33+42=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F212A is #C0DED5. Grayscale: #2A2A2A. Windows color (decimal): -12639958 or 2761023. OLE color: 2761023.

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

Color convert

RGB 63 33 42 -
CMYK 0 0.48 0.33 0.75
HSL 342º 0.31% 0.19% -
HSV(B) 342º 0.48% 0.25% -
XYZ 3.01 2.31 2.48 -
YUV 43 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 63 33 42 0 0.48 0.33 0.75 342 0.31 0.19
Hex 3F 21 2A 0 30 21 4B 156 1F 13
Octal 77 41 52 0 60 41 113 526 37 23
Binary 111111 100001 101010 0 110000 100001 1001011 101010110 11111 10011

Color Harmonies of #3F212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F212A

Black with #3F212A

Text Example


Text Example

White with #3F212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,33,42); }

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

background-color css

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

 a { background-color: rgb(63,33,42); }

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

border-color css

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

 span { border-color: rgb(63,33,42); }

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