Html Css Color HEX #28333C Midnight

📋 copy color: '#28333C'

red 40 ◦ green 51 ◦ blue 60

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

Shades of Midnight #28333C

Tints of Midnight #28333C

RGB

 RED value IS 40 (16.02% from 255) = 26.49%

 GREEN value IS 51 (20.31% from 255) = 33.77%

 BLUE value IS 60 (23.83% from 255) = 39.74%

R = 26.49%
G = 33.77%
B = 39.74%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28333C (or 0x28333C) is known color: Midnight. HEX triplet: 28, 33 and 3C. RGB value is (40,51,60). Sum of RGB (Red+Green+Blue) = 40+51+60=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 60 - color contains mainly: blue. Hex color #28333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28333C is #D7CCC3. Grayscale: #303030. Windows color (decimal): -14142660 or 3945256. OLE color: 3945256.

HSL color Cylindrical-coordinate representation of color #28333C: hue angle of 207º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #28333C is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 51 60 -
CMYK 0.33 0.15 0 0.76
HSL 207º 0.2% 0.2% -
HSV(B) 207º 0.33% 0.24% -
XYZ 2.87 3.15 4.73 -
YUV 48.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 40 51 60 0.33 0.15 0 0.76 207 0.2 0.2
Hex 28 33 3C 21 F 0 4C CF 14 14
Octal 50 63 74 41 17 0 114 317 24 24
Binary 101000 110011 111100 100001 1111 0 1001100 11001111 10100 10100

Color Harmonies of #28333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28333C

Black with #28333C

Text Example


Text Example

White with #28333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28333C; }

 p { color: rgb(40,51,60); }

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

background-color css

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

 a { background-color: rgb(40,51,60); }

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

border-color css

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

 span { border-color: rgb(40,51,60); }

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