Html Css Color HEX #2F0343 Blackcurrant

📋 copy color: '#2F0343'

red 47 ◦ green 3 ◦ blue 67

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

Shades of Blackcurrant #2F0343

Tints of Blackcurrant #2F0343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

 BLUE value IS 67 (26.56% from 255) = 57.26%

R = 40.17%
G = 2.56%
B = 57.26%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#2F0343 (or 0x2F0343) is known color: Blackcurrant. HEX triplet: 2F, 03 and 43. RGB value is (47,3,67). Sum of RGB (Red+Green+Blue) = 47+3+67=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #2F0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0343 is #D0FCBC. Grayscale: #171717. Windows color (decimal): -13696189 or 4391727. OLE color: 4391727.

HSL color Cylindrical-coordinate representation of color #2F0343: hue angle of 281.25º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0343 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 3 67 -
CMYK 0.30 0.96 0 0.74
HSL 281.25º 0.91% 0.14% -
HSV(B) 281.25º 0.96% 0.26% -
XYZ 2.22 1.07 5.4 -
YUV 23.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 47 3 67 0.30 0.96 0 0.74 281.25 0.91 0.14
Hex 2F 3 43 1E 60 0 4A 119 5B E
Octal 57 3 103 36 140 0 112 431 133 16
Binary 101111 11 1000011 11110 1100000 0 1001010 100011001 1011011 1110

Color Harmonies of #2F0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0343

Black with #2F0343

Text Example


Text Example

White with #2F0343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,3,67); }

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

background-color css

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

 a { background-color: rgb(47,3,67); }

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

border-color css

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

 span { border-color: rgb(47,3,67); }

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