Html Css Color HEX #380345 Blackcurrant

📋 copy color: '#380345'

red 56 ◦ green 3 ◦ blue 69

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

Shades of Blackcurrant #380345

Tints of Blackcurrant #380345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

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

R = 43.75%
G = 2.34%
B = 53.91%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380345 (or 0x380345) is known color: Blackcurrant. HEX triplet: 38, 03 and 45. RGB value is (56,3,69). Sum of RGB (Red+Green+Blue) = 56+3+69=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #380345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380345 is #C7FCBA. Grayscale: #1A1A1A. Windows color (decimal): -13106363 or 4522808. OLE color: 4522808.

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

Color convert

RGB 56 3 69 -
CMYK 0.19 0.96 0 0.73
HSL 288.18º 0.92% 0.14% -
HSV(B) 288.18º 0.96% 0.27% -
XYZ 2.74 1.34 5.74 -
YUV 26.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 56 3 69 0.19 0.96 0 0.73 288.18 0.92 0.14
Hex 38 3 45 13 60 0 49 120 5C E
Octal 70 3 105 23 140 0 111 440 134 16
Binary 111000 11 1000101 10011 1100000 0 1001001 100100000 1011100 1110

Color Harmonies of #380345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380345

Black with #380345

Text Example


Text Example

White with #380345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380345; }

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

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

background-color css

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

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

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

border-color css

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

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

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