Html Css Color HEX #283D41 Outer Space

📋 copy color: '#283D41'

red 40 ◦ green 61 ◦ blue 65

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

Shades of Outer Space #283D41

Tints of Outer Space #283D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.75%

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 24.1%
G = 36.75%
B = 39.16%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#283D41 (or 0x283D41) is known color: Outer Space. HEX triplet: 28, 3D and 41. RGB value is (40,61,65). Sum of RGB (Red+Green+Blue) = 40+61+65=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #283D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D41 is #D7C2BE. Grayscale: #373737. Windows color (decimal): -14140095 or 4275496. OLE color: 4275496.

HSL color Cylindrical-coordinate representation of color #283D41: hue angle of 189.6º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283D41 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 61 65 -
CMYK 0.38 0.06 0 0.75
HSL 189.6º 0.24% 0.21% -
HSV(B) 189.6º 0.38% 0.25% -
XYZ 3.5 4.17 5.62 -
YUV 55.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 40 61 65 0.38 0.06 0 0.75 189.6 0.24 0.21
Hex 28 3D 41 26 6 0 4B BE 18 15
Octal 50 75 101 46 6 0 113 276 30 25
Binary 101000 111101 1000001 100110 110 0 1001011 10111110 11000 10101

Color Harmonies of #283D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D41

Black with #283D41

Text Example


Text Example

White with #283D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283D41; }

 p { color: rgb(40,61,65); }

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

background-color css

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

 a { background-color: rgb(40,61,65); }

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

border-color css

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

 span { border-color: rgb(40,61,65); }

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