Html Css Color HEX #380145 Blackcurrant

📋 copy color: '#380145'

red 56 ◦ green 1 ◦ blue 69

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

Shades of Blackcurrant #380145

Tints of Blackcurrant #380145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 54.76%

R = 44.44%
G = 0.79%
B = 54.76%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380145 (or 0x380145) is known color: Blackcurrant. HEX triplet: 38, 01 and 45. RGB value is (56,1,69). Sum of RGB (Red+Green+Blue) = 56+1+69=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #380145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380145 is #C7FEBA. Grayscale: #181818. Windows color (decimal): -13106875 or 4522296. OLE color: 4522296.

HSL color Cylindrical-coordinate representation of color #380145: hue angle of 288.53º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380145 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 1 69 -
CMYK 0.19 0.99 0 0.73
HSL 288.53º 0.97% 0.14% -
HSV(B) 288.53º 0.99% 0.27% -
XYZ 2.72 1.29 5.74 -
YUV 25.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 56 1 69 0.19 0.99 0 0.73 288.53 0.97 0.14
Hex 38 1 45 13 63 0 49 121 61 E
Octal 70 1 105 23 143 0 111 441 141 16
Binary 111000 1 1000101 10011 1100011 0 1001001 100100001 1100001 1110

Color Harmonies of #380145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380145

Black with #380145

Text Example


Text Example

White with #380145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380145; }

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

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

background-color css

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

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

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

border-color css

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

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

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