Html Css Color HEX #42262F Castro

📋 copy color: '#42262F'

red 66 ◦ green 38 ◦ blue 47

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

Shades of Castro #42262F

Tints of Castro #42262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.17%

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

R = 43.71%
G = 25.17%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#42262F (or 0x42262F) is known color: Castro. HEX triplet: 42, 26 and 2F. RGB value is (66,38,47). Sum of RGB (Red+Green+Blue) = 66+38+47=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #42262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42262F is #BDD9D0. Grayscale: #2F2F2F. Windows color (decimal): -12442065 or 3089986. OLE color: 3089986.

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

Color convert

RGB 66 38 47 -
CMYK 0 0.42 0.29 0.74
HSL 340.71º 0.27% 0.2% -
HSV(B) 340.71º 0.42% 0.26% -
XYZ 3.45 2.75 3.04 -
YUV 47.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 66 38 47 0 0.42 0.29 0.74 340.71 0.27 0.2
Hex 42 26 2F 0 2A 1D 4A 155 1B 14
Octal 102 46 57 0 52 35 112 525 33 24
Binary 1000010 100110 101111 0 101010 11101 1001010 101010101 11011 10100

Color Harmonies of #42262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42262F

Black with #42262F

Text Example


Text Example

White with #42262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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