Html Css Color HEX #423B3F Barossa

📋 copy color: '#423B3F'

red 66 ◦ green 59 ◦ blue 63

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

Shades of Barossa #423B3F

Tints of Barossa #423B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.38%

 BLUE value IS 63 (25% from 255) = 33.51%

R = 35.11%
G = 31.38%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#423B3F (or 0x423B3F) is known color: Barossa. HEX triplet: 42, 3B and 3F. RGB value is (66,59,63). Sum of RGB (Red+Green+Blue) = 66+59+63=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 66 - color contains mainly: red. Hex color #423B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B3F is #BDC4C0. Grayscale: #3D3D3D. Windows color (decimal): -12436673 or 4143938. OLE color: 4143938.

HSL color Cylindrical-coordinate representation of color #423B3F: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #423B3F is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 59 63 -
CMYK 0 0.11 0.05 0.74
HSL 325.71º 0.06% 0.25% -
HSV(B) 325.71º 0.11% 0.26% -
XYZ 4.71 4.65 5.35 -
YUV 61.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 66 59 63 0 0.11 0.05 0.74 325.71 0.06 0.25
Hex 42 3B 3F 0 B 5 4A 146 6 19
Octal 102 73 77 0 13 5 112 506 6 31
Binary 1000010 111011 111111 0 1011 101 1001010 101000110 110 11001

Color Harmonies of #423B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B3F

Black with #423B3F

Text Example


Text Example

White with #423B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423B3F; }

 p { color: rgb(66,59,63); }

 H1.HeaderClassName
 {
   color: #423B3F;
 }
 .AnyTagClassName
 {
   color: #423B3F;
 }
</style>

background-color css

<style>
 a { background-color: #423B3F; }

 a { background-color: rgb(66,59,63); }

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

border-color css

<style>
 span { border-color: #423B3F; }

 span { border-color: rgb(66,59,63); }

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