Html Css Color HEX #2C0738 Blackcurrant

📋 copy color: '#2C0738'

red 44 ◦ green 7 ◦ blue 56

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

Shades of Blackcurrant #2C0738

Tints of Blackcurrant #2C0738

RGB

 RED value IS 44 (17.58% from 255) = 41.12%

 GREEN value IS 7 (3.13% from 255) = 6.54%

 BLUE value IS 56 (22.27% from 255) = 52.34%

R = 41.12%
G = 6.54%
B = 52.34%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2C0738 (or 0x2C0738) is known color: Blackcurrant. HEX triplet: 2C, 07 and 38. RGB value is (44,7,56). Sum of RGB (Red+Green+Blue) = 44+7+56=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C0738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0738 is #D3F8C7. Grayscale: #171717. Windows color (decimal): -13891784 or 3671852. OLE color: 3671852.

HSL color Cylindrical-coordinate representation of color #2C0738: hue angle of 285.31º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C0738 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 7 56 -
CMYK 0.21 0.88 0 0.78
HSL 285.31º 0.78% 0.12% -
HSV(B) 285.31º 0.88% 0.22% -
XYZ 1.83 0.97 3.83 -
YUV 23.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 44 7 56 0.21 0.88 0 0.78 285.31 0.78 0.12
Hex 2C 7 38 15 58 0 4E 11D 4E C
Octal 54 7 70 25 130 0 116 435 116 14
Binary 101100 111 111000 10101 1011000 0 1001110 100011101 1001110 1100

Color Harmonies of #2C0738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0738

Black with #2C0738

Text Example


Text Example

White with #2C0738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,7,56); }

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

background-color css

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

 a { background-color: rgb(44,7,56); }

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

border-color css

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

 span { border-color: rgb(44,7,56); }

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