Html Css Color HEX #380157 Blackcurrant

📋 copy color: '#380157'

red 56 ◦ green 1 ◦ blue 87

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

Shades of Blackcurrant #380157

Tints of Blackcurrant #380157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 60.42%

R = 38.89%
G = 0.69%
B = 60.42%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#380157 (or 0x380157) is known color: Blackcurrant. HEX triplet: 38, 01 and 57. RGB value is (56,1,87). Sum of RGB (Red+Green+Blue) = 56+1+87=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #380157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380157 is #C7FEA8. Grayscale: #1A1A1A. Windows color (decimal): -13106857 or 5701944. OLE color: 5701944.

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

Color convert

RGB 56 1 87 -
CMYK 0.36 0.99 0 0.66
HSL 278.37º 0.98% 0.17% -
HSV(B) 278.37º 0.99% 0.34% -
XYZ 3.36 1.55 9.14 -
YUV 27.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 56 1 87 0.36 0.99 0 0.66 278.37 0.98 0.17
Hex 38 1 57 24 63 0 42 116 62 11
Octal 70 1 127 44 143 0 102 426 142 21
Binary 111000 1 1010111 100100 1100011 0 1000010 100010110 1100010 10001

Color Harmonies of #380157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380157

Black with #380157

Text Example


Text Example

White with #380157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380157; }

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

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

background-color css

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

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

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

border-color css

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

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

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