Html Css Color HEX #380344 Blackcurrant

📋 copy color: '#380344'

red 56 ◦ green 3 ◦ blue 68

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

Shades of Blackcurrant #380344

Tints of Blackcurrant #380344

RGB

 RED value IS 56 (22.27% from 255) = 44.09%

 GREEN value IS 3 (1.56% from 255) = 2.36%

 BLUE value IS 68 (26.95% from 255) = 53.54%

R = 44.09%
G = 2.36%
B = 53.54%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380344 (or 0x380344) is known color: Blackcurrant. HEX triplet: 38, 03 and 44. RGB value is (56,3,68). Sum of RGB (Red+Green+Blue) = 56+3+68=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #380344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380344 is #C7FCBB. Grayscale: #1A1A1A. Windows color (decimal): -13106364 or 4457272. OLE color: 4457272.

HSL color Cylindrical-coordinate representation of color #380344: hue angle of 288.92º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380344 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 3 68 -
CMYK 0.18 0.96 0 0.73
HSL 288.92º 0.92% 0.14% -
HSV(B) 288.92º 0.96% 0.27% -
XYZ 2.71 1.32 5.58 -
YUV 26.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 56 3 68 0.18 0.96 0 0.73 288.92 0.92 0.14
Hex 38 3 44 12 60 0 49 121 5C E
Octal 70 3 104 22 140 0 111 441 134 16
Binary 111000 11 1000100 10010 1100000 0 1001001 100100001 1011100 1110

Color Harmonies of #380344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380344

Black with #380344

Text Example


Text Example

White with #380344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380344; }

 p { color: rgb(56,3,68); }

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

background-color css

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

 a { background-color: rgb(56,3,68); }

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

border-color css

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

 span { border-color: rgb(56,3,68); }

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