Html Css Color HEX #422A30 Castro

📋 copy color: '#422A30'

red 66 ◦ green 42 ◦ blue 48

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

Shades of Castro #422A30

Tints of Castro #422A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.92%

 BLUE value IS 48 (19.14% from 255) = 30.77%

R = 42.31%
G = 26.92%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#422A30 (or 0x422A30) is known color: Castro. HEX triplet: 42, 2A and 30. RGB value is (66,42,48). Sum of RGB (Red+Green+Blue) = 66+42+48=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #422A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A30 is #BDD5CF. Grayscale: #313131. Windows color (decimal): -12441040 or 3156546. OLE color: 3156546.

HSL color Cylindrical-coordinate representation of color #422A30: hue angle of 345º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #422A30 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 42 48 -
CMYK 0 0.36 0.27 0.74
HSL 345º 0.22% 0.21% -
HSV(B) 345º 0.36% 0.26% -
XYZ 3.61 3.03 3.19 -
YUV 49.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 66 42 48 0 0.36 0.27 0.74 345 0.22 0.21
Hex 42 2A 30 0 24 1B 4A 159 16 15
Octal 102 52 60 0 44 33 112 531 26 25
Binary 1000010 101010 110000 0 100100 11011 1001010 101011001 10110 10101

Color Harmonies of #422A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A30

Black with #422A30

Text Example


Text Example

White with #422A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422A30; }

 p { color: rgb(66,42,48); }

 H1.HeaderClassName
 {
   color: #422A30;
 }
 .AnyTagClassName
 {
   color: #422A30;
 }
</style>

background-color css

<style>
 a { background-color: #422A30; }

 a { background-color: rgb(66,42,48); }

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

border-color css

<style>
 span { border-color: #422A30; }

 span { border-color: rgb(66,42,48); }

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