Html Css Color HEX #2D094A Blackcurrant

📋 copy color: '#2D094A'

red 45 ◦ green 9 ◦ blue 74

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

Shades of Blackcurrant #2D094A

Tints of Blackcurrant #2D094A

RGB

 RED value IS 45 (17.97% from 255) = 35.16%

 GREEN value IS 9 (3.91% from 255) = 7.03%

 BLUE value IS 74 (29.3% from 255) = 57.81%

R = 35.16%
G = 7.03%
B = 57.81%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2D094A (or 0x2D094A) is known color: Blackcurrant. HEX triplet: 2D, 09 and 4A. RGB value is (45,9,74). Sum of RGB (Red+Green+Blue) = 45+9+74=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D094A is #D2F6B5. Grayscale: #1A1A1A. Windows color (decimal): -13825718 or 4852013. OLE color: 4852013.

HSL color Cylindrical-coordinate representation of color #2D094A: hue angle of 273.23º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D094A is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 9 74 -
CMYK 0.39 0.88 0 0.71
HSL 273.23º 0.78% 0.16% -
HSV(B) 273.23º 0.88% 0.29% -
XYZ 2.42 1.25 6.59 -
YUV 27.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 45 9 74 0.39 0.88 0 0.71 273.23 0.78 0.16
Hex 2D 9 4A 27 58 0 47 111 4E 10
Octal 55 11 112 47 130 0 107 421 116 20
Binary 101101 1001 1001010 100111 1011000 0 1000111 100010001 1001110 10000

Color Harmonies of #2D094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D094A

Black with #2D094A

Text Example


Text Example

White with #2D094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,9,74); }

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

background-color css

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

 a { background-color: rgb(45,9,74); }

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

border-color css

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

 span { border-color: rgb(45,9,74); }

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