Html Css Color HEX #2D063C Blackcurrant

📋 copy color: '#2D063C'

red 45 ◦ green 6 ◦ blue 60

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

Shades of Blackcurrant #2D063C

Tints of Blackcurrant #2D063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.41%

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

R = 40.54%
G = 5.41%
B = 54.05%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D063C (or 0x2D063C) is known color: Blackcurrant. HEX triplet: 2D, 06 and 3C. RGB value is (45,6,60). Sum of RGB (Red+Green+Blue) = 45+6+60=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D063C is #D2F9C3. Grayscale: #171717. Windows color (decimal): -13826500 or 3933741. OLE color: 3933741.

HSL color Cylindrical-coordinate representation of color #2D063C: hue angle of 283.33º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D063C is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 45 6 60 -
CMYK 0.25 0.90 0 0.76
HSL 283.33º 0.82% 0.13% -
HSV(B) 283.33º 0.9% 0.24% -
XYZ 1.96 1.01 4.37 -
YUV 23.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 45 6 60 0.25 0.90 0 0.76 283.33 0.82 0.13
Hex 2D 6 3C 19 5A 0 4C 11B 52 D
Octal 55 6 74 31 132 0 114 433 122 15
Binary 101101 110 111100 11001 1011010 0 1001100 100011011 1010010 1101

Color Harmonies of #2D063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D063C

Black with #2D063C

Text Example


Text Example

White with #2D063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,6,60); }

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

background-color css

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

 a { background-color: rgb(45,6,60); }

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

border-color css

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

 span { border-color: rgb(45,6,60); }

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