Html Css Color HEX #3F212B Castro

📋 copy color: '#3F212B'

red 63 ◦ green 33 ◦ blue 43

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

Shades of Castro #3F212B

Tints of Castro #3F212B

RGB

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

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

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

R = 45.32%
G = 23.74%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#3F212B (or 0x3F212B) is known color: Castro. HEX triplet: 3F, 21 and 2B. RGB value is (63,33,43). Sum of RGB (Red+Green+Blue) = 63+33+43=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F212B is #C0DED4. Grayscale: #2B2B2B. Windows color (decimal): -12639957 or 2826559. OLE color: 2826559.

HSL color Cylindrical-coordinate representation of color #3F212B: hue angle of 340º 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 #3F212B is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 33 43 -
CMYK 0 0.48 0.32 0.75
HSL 340º 0.31% 0.19% -
HSV(B) 340º 0.48% 0.25% -
XYZ 3.03 2.32 2.57 -
YUV 43.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 63 33 43 0 0.48 0.32 0.75 340 0.31 0.19
Hex 3F 21 2B 0 30 20 4B 154 1F 13
Octal 77 41 53 0 60 40 113 524 37 23
Binary 111111 100001 101011 0 110000 100000 1001011 101010100 11111 10011

Color Harmonies of #3F212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F212B

Black with #3F212B

Text Example


Text Example

White with #3F212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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