Html Css Color HEX #42252E Castro

📋 copy color: '#42252E'

red 66 ◦ green 37 ◦ blue 46

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

Shades of Castro #42252E

Tints of Castro #42252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.83%

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

R = 44.3%
G = 24.83%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#42252E (or 0x42252E) is known color: Castro. HEX triplet: 42, 25 and 2E. RGB value is (66,37,46). Sum of RGB (Red+Green+Blue) = 66+37+46=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42252E is #BDDAD1. Grayscale: #2E2E2E. Windows color (decimal): -12442322 or 3024194. OLE color: 3024194.

HSL color Cylindrical-coordinate representation of color #42252E: hue angle of 341.38º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42252E is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 37 46 -
CMYK 0 0.44 0.30 0.74
HSL 341.38º 0.28% 0.2% -
HSV(B) 341.38º 0.44% 0.26% -
XYZ 3.4 2.68 2.92 -
YUV 46.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 66 37 46 0 0.44 0.30 0.74 341.38 0.28 0.2
Hex 42 25 2E 0 2C 1E 4A 155 1C 14
Octal 102 45 56 0 54 36 112 525 34 24
Binary 1000010 100101 101110 0 101100 11110 1001010 101010101 11100 10100

Color Harmonies of #42252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42252E

Black with #42252E

Text Example


Text Example

White with #42252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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