Html Css Color HEX #42242F Castro

📋 copy color: '#42242F'

red 66 ◦ green 36 ◦ blue 47

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

Shades of Castro #42242F

Tints of Castro #42242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.16%

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

R = 44.3%
G = 24.16%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#42242F (or 0x42242F) is known color: Castro. HEX triplet: 42, 24 and 2F. RGB value is (66,36,47). Sum of RGB (Red+Green+Blue) = 66+36+47=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42242F is #BDDBD0. Grayscale: #2E2E2E. Windows color (decimal): -12442577 or 3089474. OLE color: 3089474.

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

Color convert

RGB 66 36 47 -
CMYK 0 0.45 0.29 0.74
HSL 338º 0.29% 0.2% -
HSV(B) 338º 0.45% 0.26% -
XYZ 3.39 2.63 3.02 -
YUV 46.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 66 36 47 0 0.45 0.29 0.74 338 0.29 0.2
Hex 42 24 2F 0 2D 1D 4A 152 1D 14
Octal 102 44 57 0 55 35 112 522 35 24
Binary 1000010 100100 101111 0 101101 11101 1001010 101010010 11101 10100

Color Harmonies of #42242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42242F

Black with #42242F

Text Example


Text Example

White with #42242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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