Html Css Color HEX #380346 Blackcurrant

📋 copy color: '#380346'

red 56 ◦ green 3 ◦ blue 70

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

Shades of Blackcurrant #380346

Tints of Blackcurrant #380346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 54.26%

R = 43.41%
G = 2.33%
B = 54.26%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380346 (or 0x380346) is known color: Blackcurrant. HEX triplet: 38, 03 and 46. RGB value is (56,3,70). Sum of RGB (Red+Green+Blue) = 56+3+70=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #380346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380346 is #C7FCB9. Grayscale: #1A1A1A. Windows color (decimal): -13106362 or 4588344. OLE color: 4588344.

HSL color Cylindrical-coordinate representation of color #380346: hue angle of 287.46º 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 #380346 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 3 70 -
CMYK 0.20 0.96 0 0.73
HSL 287.46º 0.92% 0.14% -
HSV(B) 287.46º 0.96% 0.27% -
XYZ 2.77 1.35 5.91 -
YUV 26.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 56 3 70 0.20 0.96 0 0.73 287.46 0.92 0.14
Hex 38 3 46 14 60 0 49 11F 5C E
Octal 70 3 106 24 140 0 111 437 134 16
Binary 111000 11 1000110 10100 1100000 0 1001001 100011111 1011100 1110

Color Harmonies of #380346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380346

Black with #380346

Text Example


Text Example

White with #380346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380346; }

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

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

background-color css

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

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

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

border-color css

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

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

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