Html Css Color HEX #2F0C34 Blackcurrant

📋 copy color: '#2F0C34'

red 47 ◦ green 12 ◦ blue 52

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

Shades of Blackcurrant #2F0C34

Tints of Blackcurrant #2F0C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.81%

 BLUE value IS 52 (20.7% from 255) = 46.85%

R = 42.34%
G = 10.81%
B = 46.85%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2F0C34 (or 0x2F0C34) is known color: Blackcurrant. HEX triplet: 2F, 0C and 34. RGB value is (47,12,52). Sum of RGB (Red+Green+Blue) = 47+12+52=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F0C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C34 is #D0F3CB. Grayscale: #1A1A1A. Windows color (decimal): -13693900 or 3410991. OLE color: 3410991.

HSL color Cylindrical-coordinate representation of color #2F0C34: hue angle of 292.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F0C34 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 12 52 -
CMYK 0.10 0.77 0 0.80
HSL 292.5º 0.63% 0.13% -
HSV(B) 292.5º 0.77% 0.2% -
XYZ 1.92 1.12 3.36 -
YUV 27.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 47 12 52 0.10 0.77 0 0.80 292.5 0.63 0.13
Hex 2F C 34 A 4D 0 50 124 3E D
Octal 57 14 64 12 115 0 120 444 76 15
Binary 101111 1100 110100 1010 1001101 0 1010000 100100100 111110 1101

Color Harmonies of #2F0C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0C34

Black with #2F0C34

Text Example


Text Example

White with #2F0C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,12,52); }

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

background-color css

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

 a { background-color: rgb(47,12,52); }

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

border-color css

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

 span { border-color: rgb(47,12,52); }

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