Html Css Color HEX #42282E Castro

📋 copy color: '#42282E'

red 66 ◦ green 40 ◦ blue 46

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

Shades of Castro #42282E

Tints of Castro #42282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.32%

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

R = 43.42%
G = 26.32%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#42282E (or 0x42282E) is known color: Castro. HEX triplet: 42, 28 and 2E. RGB value is (66,40,46). Sum of RGB (Red+Green+Blue) = 66+40+46=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #42282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42282E is #BDD7D1. Grayscale: #303030. Windows color (decimal): -12441554 or 3024962. OLE color: 3024962.

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

Color convert

RGB 66 40 46 -
CMYK 0 0.39 0.30 0.74
HSL 346.15º 0.25% 0.21% -
HSV(B) 346.15º 0.39% 0.26% -
XYZ 3.5 2.87 2.95 -
YUV 48.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 66 40 46 0 0.39 0.30 0.74 346.15 0.25 0.21
Hex 42 28 2E 0 27 1E 4A 15A 19 15
Octal 102 50 56 0 47 36 112 532 31 25
Binary 1000010 101000 101110 0 100111 11110 1001010 101011010 11001 10101

Color Harmonies of #42282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42282E

Black with #42282E

Text Example


Text Example

White with #42282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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