Html Css Color HEX #2F104A Blackcurrant

📋 copy color: '#2F104A'

red 47 ◦ green 16 ◦ blue 74

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

Shades of Blackcurrant #2F104A

Tints of Blackcurrant #2F104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

 BLUE value IS 74 (29.3% from 255) = 54.01%

R = 34.31%
G = 11.68%
B = 54.01%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2F104A (or 0x2F104A) is known color: Blackcurrant. HEX triplet: 2F, 10 and 4A. RGB value is (47,16,74). Sum of RGB (Red+Green+Blue) = 47+16+74=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F104A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F104A is #D0EFB5. Grayscale: #1F1F1F. Windows color (decimal): -13692854 or 4853807. OLE color: 4853807.

HSL color Cylindrical-coordinate representation of color #2F104A: hue angle of 272.07º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F104A is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 16 74 -
CMYK 0.36 0.78 0 0.71
HSL 272.07º 0.64% 0.18% -
HSV(B) 272.07º 0.78% 0.29% -
XYZ 2.59 1.47 6.63 -
YUV 31.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 47 16 74 0.36 0.78 0 0.71 272.07 0.64 0.18
Hex 2F 10 4A 24 4E 0 47 110 40 12
Octal 57 20 112 44 116 0 107 420 100 22
Binary 101111 10000 1001010 100100 1001110 0 1000111 100010000 1000000 10010

Color Harmonies of #2F104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F104A

Black with #2F104A

Text Example


Text Example

White with #2F104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,16,74); }

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

background-color css

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

 a { background-color: rgb(47,16,74); }

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

border-color css

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

 span { border-color: rgb(47,16,74); }

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