Html Css Color HEX #42232F Castro

📋 copy color: '#42232F'

red 66 ◦ green 35 ◦ blue 47

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

Shades of Castro #42232F

Tints of Castro #42232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.65%

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 44.59%
G = 23.65%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#42232F (or 0x42232F) is known color: Castro. HEX triplet: 42, 23 and 2F. RGB value is (66,35,47). Sum of RGB (Red+Green+Blue) = 66+35+47=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42232F is #BDDCD0. Grayscale: #2D2D2D. Windows color (decimal): -12442833 or 3089218. OLE color: 3089218.

HSL color Cylindrical-coordinate representation of color #42232F: hue angle of 336.77º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42232F is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 35 47 -
CMYK 0 0.47 0.29 0.74
HSL 336.77º 0.31% 0.2% -
HSV(B) 336.77º 0.47% 0.26% -
XYZ 3.36 2.57 3.01 -
YUV 45.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 66 35 47 0 0.47 0.29 0.74 336.77 0.31 0.2
Hex 42 23 2F 0 2F 1D 4A 151 1F 14
Octal 102 43 57 0 57 35 112 521 37 24
Binary 1000010 100011 101111 0 101111 11101 1001010 101010001 11111 10100

Color Harmonies of #42232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42232F

Black with #42232F

Text Example


Text Example

White with #42232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42232F; }

 p { color: rgb(66,35,47); }

 H1.HeaderClassName
 {
   color: #42232F;
 }
 .AnyTagClassName
 {
   color: #42232F;
 }
</style>

background-color css

<style>
 a { background-color: #42232F; }

 a { background-color: rgb(66,35,47); }

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

border-color css

<style>
 span { border-color: #42232F; }

 span { border-color: rgb(66,35,47); }

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