Html Css Color HEX #0F4141 Cyprus

📋 copy color: '#0F4141'

red 15 ◦ green 65 ◦ blue 65

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

Shades of Cyprus #0F4141

Tints of Cyprus #0F4141

RGB

 RED value IS 15 (6.25% from 255) = 10.34%

 GREEN value IS 65 (25.78% from 255) = 44.83%

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

R = 10.34%
G = 44.83%
B = 44.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F4141 (or 0x0F4141) is known color: Cyprus. HEX triplet: 0F, 41 and 41. RGB value is (15,65,65). Sum of RGB (Red+Green+Blue) = 15+65+65=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #0F4141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4141 is #F0BEBE. Grayscale: #323232. Windows color (decimal): -15777471 or 4276495. OLE color: 4276495.

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

Color convert

RGB 15 65 65 -
CMYK 0.77 0 0 0.75
HSL 180º 0.63% 0.16% -
HSV(B) 180º 0.77% 0.25% -
XYZ 3.04 4.26 5.66 -
YUV 50.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 15 65 65 0.77 0 0 0.75 180 0.63 0.16
Hex F 41 41 4D 0 0 4B B4 3E 10
Octal 17 101 101 115 0 0 113 264 76 20
Binary 1111 1000001 1000001 1001101 0 0 1001011 10110100 111110 10000

Color Harmonies of #0F4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4141

Black with #0F4141

Text Example


Text Example

White with #0F4141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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