Html Css Color HEX #2F1742 Blackcurrant

📋 copy color: '#2F1742'

red 47 ◦ green 23 ◦ blue 66

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

Shades of Blackcurrant #2F1742

Tints of Blackcurrant #2F1742

RGB

 RED value IS 47 (18.75% from 255) = 34.56%

 GREEN value IS 23 (9.38% from 255) = 16.91%

 BLUE value IS 66 (26.17% from 255) = 48.53%

R = 34.56%
G = 16.91%
B = 48.53%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#2F1742 (or 0x2F1742) is known color: Blackcurrant. HEX triplet: 2F, 17 and 42. RGB value is (47,23,66). Sum of RGB (Red+Green+Blue) = 47+23+66=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #2F1742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1742 is #D0E8BD. Grayscale: #222222. Windows color (decimal): -13691070 or 4331311. OLE color: 4331311.

HSL color Cylindrical-coordinate representation of color #2F1742: hue angle of 273.49º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F1742 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 23 66 -
CMYK 0.29 0.65 0 0.74
HSL 273.49º 0.48% 0.17% -
HSV(B) 273.49º 0.65% 0.26% -
XYZ 2.46 1.61 5.34 -
YUV 35.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 47 23 66 0.29 0.65 0 0.74 273.49 0.48 0.17
Hex 2F 17 42 1D 41 0 4A 111 30 11
Octal 57 27 102 35 101 0 112 421 60 21
Binary 101111 10111 1000010 11101 1000001 0 1001010 100010001 110000 10001

Color Harmonies of #2F1742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1742

Black with #2F1742

Text Example


Text Example

White with #2F1742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F1742; }

 p { color: rgb(47,23,66); }

 H1.HeaderClassName
 {
   color: #2F1742;
 }
 .AnyTagClassName
 {
   color: #2F1742;
 }
</style>

background-color css

<style>
 a { background-color: #2F1742; }

 a { background-color: rgb(47,23,66); }

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

border-color css

<style>
 span { border-color: #2F1742; }

 span { border-color: rgb(47,23,66); }

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