Html Css Color HEX #380351 Blackcurrant

📋 copy color: '#380351'

red 56 ◦ green 3 ◦ blue 81

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

Shades of Blackcurrant #380351

Tints of Blackcurrant #380351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 57.86%

R = 40%
G = 2.14%
B = 57.86%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#380351 (or 0x380351) is known color: Blackcurrant. HEX triplet: 38, 03 and 51. RGB value is (56,3,81). Sum of RGB (Red+Green+Blue) = 56+3+81=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #380351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380351 is #C7FCAE. Grayscale: #1B1B1B. Windows color (decimal): -13106351 or 5309240. OLE color: 5309240.

HSL color Cylindrical-coordinate representation of color #380351: hue angle of 280.77º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380351 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 3 81 -
CMYK 0.31 0.96 0 0.68
HSL 280.77º 0.93% 0.16% -
HSV(B) 280.77º 0.96% 0.32% -
XYZ 3.15 1.5 7.91 -
YUV 27.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 56 3 81 0.31 0.96 0 0.68 280.77 0.93 0.16
Hex 38 3 51 1F 60 0 44 119 5D 10
Octal 70 3 121 37 140 0 104 431 135 20
Binary 111000 11 1010001 11111 1100000 0 1000100 100011001 1011101 10000

Color Harmonies of #380351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380351

Black with #380351

Text Example


Text Example

White with #380351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380351; }

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

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

background-color css

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

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

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

border-color css

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

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

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