Html Css Color HEX #2D153D Blackcurrant

📋 copy color: '#2D153D'

red 45 ◦ green 21 ◦ blue 61

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

Shades of Blackcurrant #2D153D

Tints of Blackcurrant #2D153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.54%

 BLUE value IS 61 (24.22% from 255) = 48.03%

R = 35.43%
G = 16.54%
B = 48.03%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D153D (or 0x2D153D) is known color: Blackcurrant. HEX triplet: 2D, 15 and 3D. RGB value is (45,21,61). Sum of RGB (Red+Green+Blue) = 45+21+61=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D153D is #D2EAC2. Grayscale: #202020. Windows color (decimal): -13822659 or 4003117. OLE color: 4003117.

HSL color Cylindrical-coordinate representation of color #2D153D: hue angle of 276º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D153D is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 45 21 61 -
CMYK 0.26 0.66 0 0.76
HSL 276º 0.49% 0.16% -
HSV(B) 276º 0.66% 0.24% -
XYZ 2.19 1.43 4.58 -
YUV 32.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 45 21 61 0.26 0.66 0 0.76 276 0.49 0.16
Hex 2D 15 3D 1A 42 0 4C 114 31 10
Octal 55 25 75 32 102 0 114 424 61 20
Binary 101101 10101 111101 11010 1000010 0 1001100 100010100 110001 10000

Color Harmonies of #2D153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D153D

Black with #2D153D

Text Example


Text Example

White with #2D153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,21,61); }

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

background-color css

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

 a { background-color: rgb(45,21,61); }

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

border-color css

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

 span { border-color: rgb(45,21,61); }

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