Html Css Color HEX #380154 Blackcurrant

📋 copy color: '#380154'

red 56 ◦ green 1 ◦ blue 84

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

Shades of Blackcurrant #380154

Tints of Blackcurrant #380154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 59.57%

R = 39.72%
G = 0.71%
B = 59.57%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380154 (or 0x380154) is known color: Blackcurrant. HEX triplet: 38, 01 and 54. RGB value is (56,1,84). Sum of RGB (Red+Green+Blue) = 56+1+84=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #380154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380154 is #C7FEAB. Grayscale: #1A1A1A. Windows color (decimal): -13106860 or 5505336. OLE color: 5505336.

HSL color Cylindrical-coordinate representation of color #380154: hue angle of 279.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380154 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 1 84 -
CMYK 0.33 0.99 0 0.67
HSL 279.76º 0.98% 0.17% -
HSV(B) 279.76º 0.99% 0.33% -
XYZ 3.24 1.5 8.51 -
YUV 26.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 56 1 84 0.33 0.99 0 0.67 279.76 0.98 0.17
Hex 38 1 54 21 63 0 43 118 62 11
Octal 70 1 124 41 143 0 103 430 142 21
Binary 111000 1 1010100 100001 1100011 0 1000011 100011000 1100010 10001

Color Harmonies of #380154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380154

Black with #380154

Text Example


Text Example

White with #380154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380154; }

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

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

background-color css

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

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

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

border-color css

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

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

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