Html Css Color HEX #0F4143 Cyprus

📋 copy color: '#0F4143'

red 15 ◦ green 65 ◦ blue 67

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

Shades of Cyprus #0F4143

Tints of Cyprus #0F4143

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #0F4143: hue angle of 182.31º 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 #0F4143 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 65 67 -
CMYK 0.78 0.03 0 0.74
HSL 182.31º 0.63% 0.16% -
HSV(B) 182.31º 0.78% 0.26% -
XYZ 3.1 4.29 5.97 -
YUV 50.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 15 65 67 0.78 0.03 0 0.74 182.31 0.63 0.16
Hex F 41 43 4E 3 0 4A B6 3F 10
Octal 17 101 103 116 3 0 112 266 77 20
Binary 1111 1000001 1000011 1001110 11 0 1001010 10110110 111111 10000

Color Harmonies of #0F4143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4143

Black with #0F4143

Text Example


Text Example

White with #0F4143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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