Html Css Color HEX #2F004F Blackcurrant

📋 copy color: '#2F004F'

red 47 ◦ green 0 ◦ blue 79

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

Shades of Blackcurrant #2F004F

Tints of Blackcurrant #2F004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 62.7%

R = 37.3%
G = 0%
B = 62.7%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F004F (or 0x2F004F) is known color: Blackcurrant. HEX triplet: 2F, 00 and 4F. RGB value is (47,0,79). Sum of RGB (Red+Green+Blue) = 47+0+79=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F004F is #D0FFB0. Grayscale: #161616. Windows color (decimal): -13696945 or 5177391. OLE color: 5177391.

HSL color Cylindrical-coordinate representation of color #2F004F: hue angle of 275.7º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F004F is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 0 79 -
CMYK 0.41 1 0 0.69
HSL 275.7º 1% 0.15% -
HSV(B) 275.7º 1% 0.31% -
XYZ 2.58 1.17 7.49 -
YUV 23.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 47 0 79 0.41 1 0 0.69 275.7 1 0.15
Hex 2F 0 4F 29 64 0 45 114 64 F
Octal 57 0 117 51 144 0 105 424 144 17
Binary 101111 0 1001111 101001 1100100 0 1000101 100010100 1100100 1111

Color Harmonies of #2F004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F004F

Black with #2F004F

Text Example


Text Example

White with #2F004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,0,79); }

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

background-color css

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

 a { background-color: rgb(47,0,79); }

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

border-color css

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

 span { border-color: rgb(47,0,79); }

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