#2A092F

Color #2A092F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2A092F

Tints of Blackcurrant #2A092F

Color information

#2A092F (or 0x2A092F) is unknown color: approx Blackcurrant. HEX triplet: 2A, 09 and 2F. RGB value is (42,9,47). Sum of RGB (Red+Green+Blue) = 42+9+47=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A092F is #D5F6D0. Grayscale: #171717. Windows color (decimal): -14022353 or 3082538. OLE color: 3082538.

HSL color Cylindrical-coordinate representation of color #2A092F: hue angle of 292.11º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A092F is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42947-
CMYK0.110.8100.82
HSL292.11º67.86%10.98%-
HSV(B)292.11º80.85%18.43%-
XYZ1.570.892.78-
YUV23.2141.43141.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.86%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 47 (18.75% from 255) = 47.96%
R=42.86%
G=9.18%
B=47.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal429470.110.8100.82292.1167.8610.98
Hex2A92FB5105212444b
Octal52115713121012244410413
Binary1010101001101111101110100010101001010010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,9,47); }

 H1.HeaderClassName
 {
   color: #2A092F;
 }
 .AnyTagClassName
 {
   color: #2A092F;
 }
</style>
background-color css

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

 a { background-color: rgb(42,9,47); }

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

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

 span { border-color: rgb(42,9,47); }

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