Html Css Color HEX #380640 Blackcurrant

📋 copy color: '#380640'

red 56 ◦ green 6 ◦ blue 64

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

Shades of Blackcurrant #380640

Tints of Blackcurrant #380640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

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

R = 44.44%
G = 4.76%
B = 50.79%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380640 (or 0x380640) is known color: Blackcurrant. HEX triplet: 38, 06 and 40. RGB value is (56,6,64). Sum of RGB (Red+Green+Blue) = 56+6+64=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #380640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380640 is #C7F9BF. Grayscale: #1B1B1B. Windows color (decimal): -13105600 or 4195896. OLE color: 4195896.

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

Color convert

RGB 56 6 64 -
CMYK 0.13 0.91 0 0.75
HSL 291.72º 0.83% 0.14% -
HSV(B) 291.72º 0.91% 0.25% -
XYZ 2.62 1.34 4.97 -
YUV 27.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 56 6 64 0.13 0.91 0 0.75 291.72 0.83 0.14
Hex 38 6 40 D 5B 0 4B 124 53 E
Octal 70 6 100 15 133 0 113 444 123 16
Binary 111000 110 1000000 1101 1011011 0 1001011 100100100 1010011 1110

Color Harmonies of #380640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380640

Black with #380640

Text Example


Text Example

White with #380640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380640; }

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

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

background-color css

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

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

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

border-color css

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

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

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