Html Css Color HEX #0F4341 Cyprus

📋 copy color: '#0F4341'

red 15 ◦ green 67 ◦ blue 65

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

Shades of Cyprus #0F4341

Tints of Cyprus #0F4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.58%

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

R = 10.2%
G = 45.58%
B = 44.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#0F4341 (or 0x0F4341) is known color: Cyprus. HEX triplet: 0F, 43 and 41. RGB value is (15,67,65). Sum of RGB (Red+Green+Blue) = 15+67+65=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4341 is #F0BCBE. Grayscale: #333333. Windows color (decimal): -15776959 or 4277007. OLE color: 4277007.

HSL color Cylindrical-coordinate representation of color #0F4341: hue angle of 177.69º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4341 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 67 65 -
CMYK 0.78 0 0.03 0.74
HSL 177.69º 0.63% 0.16% -
HSV(B) 177.69º 0.78% 0.26% -
XYZ 3.16 4.5 5.7 -
YUV 51.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 15 67 65 0.78 0 0.03 0.74 177.69 0.63 0.16
Hex F 43 41 4E 0 3 4A B2 3F 10
Octal 17 103 101 116 0 3 112 262 77 20
Binary 1111 1000011 1000001 1001110 0 11 1001010 10110010 111111 10000

Color Harmonies of #0F4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4341

Black with #0F4341

Text Example


Text Example

White with #0F4341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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