Html Css Color HEX #184248 Tiber

📋 copy color: '#184248'

red 24 ◦ green 66 ◦ blue 72

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

Shades of Tiber #184248

Tints of Tiber #184248

RGB

 RED value IS 24 (9.77% from 255) = 14.81%

 GREEN value IS 66 (26.17% from 255) = 40.74%

 BLUE value IS 72 (28.52% from 255) = 44.44%

R = 14.81%
G = 40.74%
B = 44.44%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#184248 (or 0x184248) is known color: Tiber. HEX triplet: 18, 42 and 48. RGB value is (24,66,72). Sum of RGB (Red+Green+Blue) = 24+66+72=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #184248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184248 is #E7BDB7. Grayscale: #363636. Windows color (decimal): -15187384 or 4735512. OLE color: 4735512.

HSL color Cylindrical-coordinate representation of color #184248: hue angle of 187.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184248 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 66 72 -
CMYK 0.67 0.08 0 0.72
HSL 187.5º 0.5% 0.19% -
HSV(B) 187.5º 0.67% 0.28% -
XYZ 3.49 4.56 6.83 -
YUV 54.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 24 66 72 0.67 0.08 0 0.72 187.5 0.5 0.19
Hex 18 42 48 43 8 0 48 BC 32 13
Octal 30 102 110 103 10 0 110 274 62 23
Binary 11000 1000010 1001000 1000011 1000 0 1001000 10111100 110010 10011

Color Harmonies of #184248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184248

Black with #184248

Text Example


Text Example

White with #184248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184248; }

 p { color: rgb(24,66,72); }

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

background-color css

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

 a { background-color: rgb(24,66,72); }

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

border-color css

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

 span { border-color: rgb(24,66,72); }

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