Html Css Color HEX #380955 Blackcurrant

📋 copy color: '#380955'

red 56 ◦ green 9 ◦ blue 85

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

Shades of Blackcurrant #380955

Tints of Blackcurrant #380955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6%

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

R = 37.33%
G = 6%
B = 56.67%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380955 (or 0x380955) is known color: Blackcurrant. HEX triplet: 38, 09 and 55. RGB value is (56,9,85). Sum of RGB (Red+Green+Blue) = 56+9+85=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #380955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380955 is #C7F6AA. Grayscale: #1F1F1F. Windows color (decimal): -13104811 or 5572920. OLE color: 5572920.

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

Color convert

RGB 56 9 85 -
CMYK 0.34 0.89 0 0.67
HSL 277.11º 0.81% 0.18% -
HSV(B) 277.11º 0.89% 0.33% -
XYZ 3.37 1.69 8.74 -
YUV 31.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 56 9 85 0.34 0.89 0 0.67 277.11 0.81 0.18
Hex 38 9 55 22 59 0 43 115 51 12
Octal 70 11 125 42 131 0 103 425 121 22
Binary 111000 1001 1010101 100010 1011001 0 1000011 100010101 1010001 10010

Color Harmonies of #380955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380955

Black with #380955

Text Example


Text Example

White with #380955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380955; }

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

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

background-color css

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

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

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

border-color css

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

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

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