Html Css Color HEX #2F0834 Blackcurrant

📋 copy color: '#2F0834'

red 47 ◦ green 8 ◦ blue 52

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

Shades of Blackcurrant #2F0834

Tints of Blackcurrant #2F0834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 43.93%
G = 7.48%
B = 48.6%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2F0834 (or 0x2F0834) is known color: Blackcurrant. HEX triplet: 2F, 08 and 34. RGB value is (47,8,52). Sum of RGB (Red+Green+Blue) = 47+8+52=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F0834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0834 is #D0F7CB. Grayscale: #181818. Windows color (decimal): -13694924 or 3409967. OLE color: 3409967.

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

Color convert

RGB 47 8 52 -
CMYK 0.10 0.85 0 0.80
HSL 293.18º 0.73% 0.12% -
HSV(B) 293.18º 0.85% 0.2% -
XYZ 1.88 1.03 3.35 -
YUV 24.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 47 8 52 0.10 0.85 0 0.80 293.18 0.73 0.12
Hex 2F 8 34 A 55 0 50 125 49 C
Octal 57 10 64 12 125 0 120 445 111 14
Binary 101111 1000 110100 1010 1010101 0 1010000 100100101 1001001 1100

Color Harmonies of #2F0834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0834

Black with #2F0834

Text Example


Text Example

White with #2F0834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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