Html Css Color HEX #2F033C Blackcurrant

📋 copy color: '#2F033C'

red 47 ◦ green 3 ◦ blue 60

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

Shades of Blackcurrant #2F033C

Tints of Blackcurrant #2F033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 54.55%

R = 42.73%
G = 2.73%
B = 54.55%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2F033C (or 0x2F033C) is known color: Blackcurrant. HEX triplet: 2F, 03 and 3C. RGB value is (47,3,60). Sum of RGB (Red+Green+Blue) = 47+3+60=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #2F033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F033C is #D0FCC3. Grayscale: #161616. Windows color (decimal): -13696196 or 3932975. OLE color: 3932975.

HSL color Cylindrical-coordinate representation of color #2F033C: hue angle of 286.32º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F033C is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 47 3 60 -
CMYK 0.22 0.95 0 0.76
HSL 286.32º 0.9% 0.12% -
HSV(B) 286.32º 0.95% 0.24% -
XYZ 2.02 1 4.36 -
YUV 22.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 47 3 60 0.22 0.95 0 0.76 286.32 0.9 0.12
Hex 2F 3 3C 16 5F 0 4C 11E 5A C
Octal 57 3 74 26 137 0 114 436 132 14
Binary 101111 11 111100 10110 1011111 0 1001100 100011110 1011010 1100

Color Harmonies of #2F033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F033C

Black with #2F033C

Text Example


Text Example

White with #2F033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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