Html Css Color HEX #421B2B Castro

📋 copy color: '#421B2B'

red 66 ◦ green 27 ◦ blue 43

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

Shades of Castro #421B2B

Tints of Castro #421B2B

RGB

 RED value IS 66 (26.17% from 255) = 48.53%

 GREEN value IS 27 (10.94% from 255) = 19.85%

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

R = 48.53%
G = 19.85%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#421B2B (or 0x421B2B) is known color: Castro. HEX triplet: 42, 1B and 2B. RGB value is (66,27,43). Sum of RGB (Red+Green+Blue) = 66+27+43=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #421B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B2B is #BDE4D4. Grayscale: #282828. Windows color (decimal): -12444885 or 2825026. OLE color: 2825026.

HSL color Cylindrical-coordinate representation of color #421B2B: hue angle of 335.38º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #421B2B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 27 43 -
CMYK 0 0.59 0.35 0.74
HSL 335.38º 0.42% 0.18% -
HSV(B) 335.38º 0.59% 0.26% -
XYZ 3.07 2.12 2.53 -
YUV 40.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 66 27 43 0 0.59 0.35 0.74 335.38 0.42 0.18
Hex 42 1B 2B 0 3B 23 4A 14F 2A 12
Octal 102 33 53 0 73 43 112 517 52 22
Binary 1000010 11011 101011 0 111011 100011 1001010 101001111 101010 10010

Color Harmonies of #421B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B2B

Black with #421B2B

Text Example


Text Example

White with #421B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421B2B; }

 p { color: rgb(66,27,43); }

 H1.HeaderClassName
 {
   color: #421B2B;
 }
 .AnyTagClassName
 {
   color: #421B2B;
 }
</style>

background-color css

<style>
 a { background-color: #421B2B; }

 a { background-color: rgb(66,27,43); }

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

border-color css

<style>
 span { border-color: #421B2B; }

 span { border-color: rgb(66,27,43); }

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