Html Css Color HEX #0B4948 Cyprus

📋 copy color: '#0B4948'

red 11 ◦ green 73 ◦ blue 72

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

Shades of Cyprus #0B4948

Tints of Cyprus #0B4948

RGB

 RED value IS 11 (4.69% from 255) = 7.05%

 GREEN value IS 73 (28.91% from 255) = 46.79%

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

R = 7.05%
G = 46.79%
B = 46.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#0B4948 (or 0x0B4948) is known color: Cyprus. HEX triplet: 0B, 49 and 48. RGB value is (11,73,72). Sum of RGB (Red+Green+Blue) = 11+73+72=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #0B4948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4948 is #F4B6B7. Grayscale: #363636. Windows color (decimal): -16037560 or 4737291. OLE color: 4737291.

HSL color Cylindrical-coordinate representation of color #0B4948: hue angle of 179.03º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4948 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 73 72 -
CMYK 0.85 0 0.01 0.71
HSL 179.03º 0.74% 0.16% -
HSV(B) 179.03º 0.85% 0.29% -
XYZ 3.69 5.3 6.96 -
YUV 54.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 11 73 72 0.85 0 0.01 0.71 179.03 0.74 0.16
Hex B 49 48 55 0 1 47 B3 4A 10
Octal 13 111 110 125 0 1 107 263 112 20
Binary 1011 1001001 1001000 1010101 0 1 1000111 10110011 1001010 10000

Color Harmonies of #0B4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4948

Black with #0B4948

Text Example


Text Example

White with #0B4948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B4948; }

 p { color: rgb(11,73,72); }

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

background-color css

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

 a { background-color: rgb(11,73,72); }

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

border-color css

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

 span { border-color: rgb(11,73,72); }

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