Html Css Color HEX #380944 Blackcurrant

📋 copy color: '#380944'

red 56 ◦ green 9 ◦ blue 68

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

Shades of Blackcurrant #380944

Tints of Blackcurrant #380944

RGB

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

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

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

R = 42.11%
G = 6.77%
B = 51.13%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380944 (or 0x380944) is known color: Blackcurrant. HEX triplet: 38, 09 and 44. RGB value is (56,9,68). Sum of RGB (Red+Green+Blue) = 56+9+68=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #380944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380944 is #C7F6BB. Grayscale: #1D1D1D. Windows color (decimal): -13104828 or 4458808. OLE color: 4458808.

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

Color convert

RGB 56 9 68 -
CMYK 0.18 0.87 0 0.73
HSL 287.8º 0.77% 0.15% -
HSV(B) 287.8º 0.87% 0.27% -
XYZ 2.77 1.45 5.6 -
YUV 29.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 56 9 68 0.18 0.87 0 0.73 287.8 0.77 0.15
Hex 38 9 44 12 57 0 49 120 4D F
Octal 70 11 104 22 127 0 111 440 115 17
Binary 111000 1001 1000100 10010 1010111 0 1001001 100100000 1001101 1111

Color Harmonies of #380944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380944

Black with #380944

Text Example


Text Example

White with #380944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380944; }

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

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

background-color css

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

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

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

border-color css

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

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

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