Html Css Color HEX #42282F Castro

📋 copy color: '#42282F'

red 66 ◦ green 40 ◦ blue 47

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

Shades of Castro #42282F

Tints of Castro #42282F

RGB

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

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

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

R = 43.14%
G = 26.14%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#42282F (or 0x42282F) is known color: Castro. HEX triplet: 42, 28 and 2F. RGB value is (66,40,47). Sum of RGB (Red+Green+Blue) = 66+40+47=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #42282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42282F is #BDD7D0. Grayscale: #303030. Windows color (decimal): -12441553 or 3090498. OLE color: 3090498.

HSL color Cylindrical-coordinate representation of color #42282F: hue angle of 343.85º 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 #42282F is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 40 47 -
CMYK 0 0.39 0.29 0.74
HSL 343.85º 0.25% 0.21% -
HSV(B) 343.85º 0.39% 0.26% -
XYZ 3.52 2.88 3.06 -
YUV 48.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 66 40 47 0 0.39 0.29 0.74 343.85 0.25 0.21
Hex 42 28 2F 0 27 1D 4A 158 19 15
Octal 102 50 57 0 47 35 112 530 31 25
Binary 1000010 101000 101111 0 100111 11101 1001010 101011000 11001 10101

Color Harmonies of #42282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42282F

Black with #42282F

Text Example


Text Example

White with #42282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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