Html Css Color HEX #42242E Castro

📋 copy color: '#42242E'

red 66 ◦ green 36 ◦ blue 46

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

Shades of Castro #42242E

Tints of Castro #42242E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.08%

R = 44.59%
G = 24.32%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#42242E (or 0x42242E) is known color: Castro. HEX triplet: 42, 24 and 2E. RGB value is (66,36,46). Sum of RGB (Red+Green+Blue) = 66+36+46=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42242E is #BDDBD1. Grayscale: #2E2E2E. Windows color (decimal): -12442578 or 3023938. OLE color: 3023938.

HSL color Cylindrical-coordinate representation of color #42242E: hue angle of 340º 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 #42242E is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 36 46 -
CMYK 0 0.45 0.30 0.74
HSL 340º 0.29% 0.2% -
HSV(B) 340º 0.45% 0.26% -
XYZ 3.37 2.62 2.91 -
YUV 46.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 66 36 46 0 0.45 0.30 0.74 340 0.29 0.2
Hex 42 24 2E 0 2D 1E 4A 154 1D 14
Octal 102 44 56 0 55 36 112 524 35 24
Binary 1000010 100100 101110 0 101101 11110 1001010 101010100 11101 10100

Color Harmonies of #42242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42242E

Black with #42242E

Text Example


Text Example

White with #42242E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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