Html Css Color HEX #2D094B Blackcurrant

📋 copy color: '#2D094B'

red 45 ◦ green 9 ◦ blue 75

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

Shades of Blackcurrant #2D094B

Tints of Blackcurrant #2D094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 58.14%

R = 34.88%
G = 6.98%
B = 58.14%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2D094B (or 0x2D094B) is known color: Blackcurrant. HEX triplet: 2D, 09 and 4B. RGB value is (45,9,75). Sum of RGB (Red+Green+Blue) = 45+9+75=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D094B is #D2F6B4. Grayscale: #1B1B1B. Windows color (decimal): -13825717 or 4917549. OLE color: 4917549.

HSL color Cylindrical-coordinate representation of color #2D094B: hue angle of 272.73º degrees, saturation: 0.79, 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 #2D094B is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 9 75 -
CMYK 0.40 0.88 0 0.71
HSL 272.73º 0.79% 0.16% -
HSV(B) 272.73º 0.88% 0.29% -
XYZ 2.45 1.26 6.77 -
YUV 27.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 45 9 75 0.40 0.88 0 0.71 272.73 0.79 0.16
Hex 2D 9 4B 28 58 0 47 111 4F 10
Octal 55 11 113 50 130 0 107 421 117 20
Binary 101101 1001 1001011 101000 1011000 0 1000111 100010001 1001111 10000

Color Harmonies of #2D094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D094B

Black with #2D094B

Text Example


Text Example

White with #2D094B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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