Html Css Color HEX #263240 Midnight

📋 copy color: '#263240'

red 38 ◦ green 50 ◦ blue 64

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

Shades of Midnight #263240

Tints of Midnight #263240

RGB

 RED value IS 38 (15.23% from 255) = 25%

 GREEN value IS 50 (19.92% from 255) = 32.89%

 BLUE value IS 64 (25.39% from 255) = 42.11%

R = 25%
G = 32.89%
B = 42.11%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#263240 (or 0x263240) is known color: Midnight. HEX triplet: 26, 32 and 40. RGB value is (38,50,64). Sum of RGB (Red+Green+Blue) = 38+50+64=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #263240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263240 is #D9CDBF. Grayscale: #2F2F2F. Windows color (decimal): -14273984 or 4207142. OLE color: 4207142.

HSL color Cylindrical-coordinate representation of color #263240: hue angle of 212.31º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #263240 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 50 64 -
CMYK 0.41 0.22 0 0.75
HSL 212.31º 0.25% 0.2% -
HSV(B) 212.31º 0.41% 0.25% -
XYZ 2.87 3.06 5.29 -
YUV 48.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 38 50 64 0.41 0.22 0 0.75 212.31 0.25 0.2
Hex 26 32 40 29 16 0 4B D4 19 14
Octal 46 62 100 51 26 0 113 324 31 24
Binary 100110 110010 1000000 101001 10110 0 1001011 11010100 11001 10100

Color Harmonies of #263240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263240

Black with #263240

Text Example


Text Example

White with #263240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263240; }

 p { color: rgb(38,50,64); }

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

background-color css

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

 a { background-color: rgb(38,50,64); }

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

border-color css

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

 span { border-color: rgb(38,50,64); }

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