Html Css Color HEX #380142 Blackcurrant

📋 copy color: '#380142'

red 56 ◦ green 1 ◦ blue 66

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

Shades of Blackcurrant #380142

Tints of Blackcurrant #380142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 66 (26.17% from 255) = 53.66%

R = 45.53%
G = 0.81%
B = 53.66%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#380142 (or 0x380142) is known color: Blackcurrant. HEX triplet: 38, 01 and 42. RGB value is (56,1,66). Sum of RGB (Red+Green+Blue) = 56+1+66=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #380142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380142 is #C7FEBD. Grayscale: #181818. Windows color (decimal): -13106878 or 4325688. OLE color: 4325688.

HSL color Cylindrical-coordinate representation of color #380142: hue angle of 290.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380142 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 1 66 -
CMYK 0.15 0.98 0 0.74
HSL 290.77º 0.97% 0.13% -
HSV(B) 290.77º 0.98% 0.26% -
XYZ 2.63 1.26 5.26 -
YUV 24.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 56 1 66 0.15 0.98 0 0.74 290.77 0.97 0.13
Hex 38 1 42 F 62 0 4A 123 61 D
Octal 70 1 102 17 142 0 112 443 141 15
Binary 111000 1 1000010 1111 1100010 0 1001010 100100011 1100001 1101

Color Harmonies of #380142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380142

Black with #380142

Text Example


Text Example

White with #380142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380142; }

 p { color: rgb(56,1,66); }

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

background-color css

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

 a { background-color: rgb(56,1,66); }

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

border-color css

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

 span { border-color: rgb(56,1,66); }

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