Html Css Color HEX #380043 Blackcurrant

📋 copy color: '#380043'

red 56 ◦ green 0 ◦ blue 67

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

Shades of Blackcurrant #380043

Tints of Blackcurrant #380043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 54.47%

R = 45.53%
G = 0%
B = 54.47%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#380043 (or 0x380043) is known color: Blackcurrant. HEX triplet: 38, 00 and 43. RGB value is (56,0,67). Sum of RGB (Red+Green+Blue) = 56+0+67=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #380043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380043 is #C7FFBC. Grayscale: #181818. Windows color (decimal): -13107133 or 4390968. OLE color: 4390968.

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

Color convert

RGB 56 0 67 -
CMYK 0.16 1 0 0.74
HSL 290.15º 1% 0.13% -
HSV(B) 290.15º 1% 0.26% -
XYZ 2.64 1.25 5.41 -
YUV 24.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 56 0 67 0.16 1 0 0.74 290.15 1 0.13
Hex 38 0 43 10 64 0 4A 122 64 D
Octal 70 0 103 20 144 0 112 442 144 15
Binary 111000 0 1000011 10000 1100100 0 1001010 100100010 1100100 1101

Color Harmonies of #380043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380043

Black with #380043

Text Example


Text Example

White with #380043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380043; }

 p { color: rgb(56,0,67); }

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

background-color css

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

 a { background-color: rgb(56,0,67); }

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

border-color css

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

 span { border-color: rgb(56,0,67); }

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