Html Css Color HEX #272F41 Bunting

📋 copy color: '#272F41'

red 39 ◦ green 47 ◦ blue 65

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

Shades of Bunting #272F41

Tints of Bunting #272F41

RGB

 RED value IS 39 (15.63% from 255) = 25.83%

 GREEN value IS 47 (18.75% from 255) = 31.13%

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

R = 25.83%
G = 31.13%
B = 43.05%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#272F41 (or 0x272F41) is known color: Bunting. HEX triplet: 27, 2F and 41. RGB value is (39,47,65). Sum of RGB (Red+Green+Blue) = 39+47+65=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #272F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F41 is #D8D0BE. Grayscale: #2E2E2E. Windows color (decimal): -14209215 or 4271911. OLE color: 4271911.

HSL color Cylindrical-coordinate representation of color #272F41: hue angle of 221.54º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #272F41 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 47 65 -
CMYK 0.40 0.28 0 0.75
HSL 221.54º 0.25% 0.2% -
HSV(B) 221.54º 0.4% 0.25% -
XYZ 2.81 2.85 5.4 -
YUV 46.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 39 47 65 0.40 0.28 0 0.75 221.54 0.25 0.2
Hex 27 2F 41 28 1C 0 4B DE 19 14
Octal 47 57 101 50 34 0 113 336 31 24
Binary 100111 101111 1000001 101000 11100 0 1001011 11011110 11001 10100

Color Harmonies of #272F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F41

Black with #272F41

Text Example


Text Example

White with #272F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272F41; }

 p { color: rgb(39,47,65); }

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

background-color css

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

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

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

border-color css

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

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

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