Html Css Color HEX #380355 Blackcurrant

📋 copy color: '#380355'

red 56 ◦ green 3 ◦ blue 85

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

Shades of Blackcurrant #380355

Tints of Blackcurrant #380355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 59.03%

R = 38.89%
G = 2.08%
B = 59.03%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380355 (or 0x380355) is known color: Blackcurrant. HEX triplet: 38, 03 and 55. RGB value is (56,3,85). Sum of RGB (Red+Green+Blue) = 56+3+85=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #380355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380355 is #C7FCAA. Grayscale: #1B1B1B. Windows color (decimal): -13106347 or 5571384. OLE color: 5571384.

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

Color convert

RGB 56 3 85 -
CMYK 0.34 0.96 0 0.67
HSL 278.78º 0.93% 0.17% -
HSV(B) 278.78º 0.96% 0.33% -
XYZ 3.3 1.56 8.72 -
YUV 28.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 56 3 85 0.34 0.96 0 0.67 278.78 0.93 0.17
Hex 38 3 55 22 60 0 43 117 5D 11
Octal 70 3 125 42 140 0 103 427 135 21
Binary 111000 11 1010101 100010 1100000 0 1000011 100010111 1011101 10001

Color Harmonies of #380355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380355

Black with #380355

Text Example


Text Example

White with #380355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380355; }

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

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

background-color css

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

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

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

border-color css

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

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

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