Html Css Color HEX #2F144B Blackcurrant

📋 copy color: '#2F144B'

red 47 ◦ green 20 ◦ blue 75

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

Shades of Blackcurrant #2F144B

Tints of Blackcurrant #2F144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

 BLUE value IS 75 (29.69% from 255) = 52.82%

R = 33.1%
G = 14.08%
B = 52.82%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2F144B (or 0x2F144B) is known color: Blackcurrant. HEX triplet: 2F, 14 and 4B. RGB value is (47,20,75). Sum of RGB (Red+Green+Blue) = 47+20+75=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F144B is #D0EBB4. Grayscale: #222222. Windows color (decimal): -13691829 or 4920367. OLE color: 4920367.

HSL color Cylindrical-coordinate representation of color #2F144B: hue angle of 269.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F144B is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 20 75 -
CMYK 0.37 0.73 0 0.71
HSL 269.45º 0.58% 0.19% -
HSV(B) 269.45º 0.73% 0.29% -
XYZ 2.69 1.61 6.83 -
YUV 34.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 47 20 75 0.37 0.73 0 0.71 269.45 0.58 0.19
Hex 2F 14 4B 25 49 0 47 10D 3A 13
Octal 57 24 113 45 111 0 107 415 72 23
Binary 101111 10100 1001011 100101 1001001 0 1000111 100001101 111010 10011

Color Harmonies of #2F144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F144B

Black with #2F144B

Text Example


Text Example

White with #2F144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,20,75); }

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

background-color css

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

 a { background-color: rgb(47,20,75); }

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

border-color css

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

 span { border-color: rgb(47,20,75); }

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