Html Css Color HEX #380340 Blackcurrant

📋 copy color: '#380340'

red 56 ◦ green 3 ◦ blue 64

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

Shades of Blackcurrant #380340

Tints of Blackcurrant #380340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 52.03%

R = 45.53%
G = 2.44%
B = 52.03%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380340 (or 0x380340) is known color: Blackcurrant. HEX triplet: 38, 03 and 40. RGB value is (56,3,64). Sum of RGB (Red+Green+Blue) = 56+3+64=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #380340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380340 is #C7FCBF. Grayscale: #191919. Windows color (decimal): -13106368 or 4195128. OLE color: 4195128.

HSL color Cylindrical-coordinate representation of color #380340: hue angle of 292.13º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380340 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 3 64 -
CMYK 0.13 0.95 0 0.75
HSL 292.13º 0.91% 0.13% -
HSV(B) 292.13º 0.95% 0.25% -
XYZ 2.59 1.28 4.96 -
YUV 25.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 56 3 64 0.13 0.95 0 0.75 292.13 0.91 0.13
Hex 38 3 40 D 5F 0 4B 124 5B D
Octal 70 3 100 15 137 0 113 444 133 15
Binary 111000 11 1000000 1101 1011111 0 1001011 100100100 1011011 1101

Color Harmonies of #380340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380340

Black with #380340

Text Example


Text Example

White with #380340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380340; }

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

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

background-color css

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

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

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

border-color css

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

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

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