Html Css Color HEX #2F1348 Blackcurrant

📋 copy color: '#2F1348'

red 47 ◦ green 19 ◦ blue 72

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

Shades of Blackcurrant #2F1348

Tints of Blackcurrant #2F1348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

 BLUE value IS 72 (28.52% from 255) = 52.17%

R = 34.06%
G = 13.77%
B = 52.17%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2F1348 (or 0x2F1348) is known color: Blackcurrant. HEX triplet: 2F, 13 and 48. RGB value is (47,19,72). Sum of RGB (Red+Green+Blue) = 47+19+72=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1348 is #D0ECB7. Grayscale: #212121. Windows color (decimal): -13692088 or 4723503. OLE color: 4723503.

HSL color Cylindrical-coordinate representation of color #2F1348: hue angle of 271.7º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F1348 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 19 72 -
CMYK 0.35 0.74 0 0.72
HSL 271.7º 0.58% 0.18% -
HSV(B) 271.7º 0.74% 0.28% -
XYZ 2.57 1.54 6.29 -
YUV 33.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 47 19 72 0.35 0.74 0 0.72 271.7 0.58 0.18
Hex 2F 13 48 23 4A 0 48 110 3A 12
Octal 57 23 110 43 112 0 110 420 72 22
Binary 101111 10011 1001000 100011 1001010 0 1001000 100010000 111010 10010

Color Harmonies of #2F1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1348

Black with #2F1348

Text Example


Text Example

White with #2F1348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,19,72); }

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

background-color css

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

 a { background-color: rgb(47,19,72); }

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

border-color css

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

 span { border-color: rgb(47,19,72); }

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