Html Css Color HEX #42232B Castro

📋 copy color: '#42232B'

red 66 ◦ green 35 ◦ blue 43

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

Shades of Castro #42232B

Tints of Castro #42232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.31%

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 45.83%
G = 24.31%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#42232B (or 0x42232B) is known color: Castro. HEX triplet: 42, 23 and 2B. RGB value is (66,35,43). Sum of RGB (Red+Green+Blue) = 66+35+43=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #42232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42232B is #BDDCD4. Grayscale: #2D2D2D. Windows color (decimal): -12442837 or 2827074. OLE color: 2827074.

HSL color Cylindrical-coordinate representation of color #42232B: hue angle of 344.52º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42232B is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 35 43 -
CMYK 0 0.47 0.35 0.74
HSL 344.52º 0.31% 0.2% -
HSV(B) 344.52º 0.47% 0.26% -
XYZ 3.28 2.53 2.6 -
YUV 45.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 66 35 43 0 0.47 0.35 0.74 344.52 0.31 0.2
Hex 42 23 2B 0 2F 23 4A 159 1F 14
Octal 102 43 53 0 57 43 112 531 37 24
Binary 1000010 100011 101011 0 101111 100011 1001010 101011001 11111 10100

Color Harmonies of #42232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42232B

Black with #42232B

Text Example


Text Example

White with #42232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42232B; }

 p { color: rgb(66,35,43); }

 H1.HeaderClassName
 {
   color: #42232B;
 }
 .AnyTagClassName
 {
   color: #42232B;
 }
</style>

background-color css

<style>
 a { background-color: #42232B; }

 a { background-color: rgb(66,35,43); }

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

border-color css

<style>
 span { border-color: #42232B; }

 span { border-color: rgb(66,35,43); }

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