Html Css Color HEX #380853 Blackcurrant

📋 copy color: '#380853'

red 56 ◦ green 8 ◦ blue 83

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

Shades of Blackcurrant #380853

Tints of Blackcurrant #380853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

 BLUE value IS 83 (32.81% from 255) = 56.46%

R = 38.1%
G = 5.44%
B = 56.46%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380853 (or 0x380853) is known color: Blackcurrant. HEX triplet: 38, 08 and 53. RGB value is (56,8,83). Sum of RGB (Red+Green+Blue) = 56+8+83=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #380853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380853 is #C7F7AC. Grayscale: #1E1E1E. Windows color (decimal): -13105069 or 5441592. OLE color: 5441592.

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

Color convert

RGB 56 8 83 -
CMYK 0.33 0.90 0 0.67
HSL 278.4º 0.82% 0.18% -
HSV(B) 278.4º 0.9% 0.33% -
XYZ 3.28 1.64 8.33 -
YUV 30.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 56 8 83 0.33 0.90 0 0.67 278.4 0.82 0.18
Hex 38 8 53 21 5A 0 43 116 52 12
Octal 70 10 123 41 132 0 103 426 122 22
Binary 111000 1000 1010011 100001 1011010 0 1000011 100010110 1010010 10010

Color Harmonies of #380853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380853

Black with #380853

Text Example


Text Example

White with #380853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380853; }

 p { color: rgb(56,8,83); }

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

background-color css

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

 a { background-color: rgb(56,8,83); }

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

border-color css

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

 span { border-color: rgb(56,8,83); }

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