Html Css Color HEX #380652 Blackcurrant

📋 copy color: '#380652'

red 56 ◦ green 6 ◦ blue 82

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

Shades of Blackcurrant #380652

Tints of Blackcurrant #380652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

 BLUE value IS 82 (32.42% from 255) = 56.94%

R = 38.89%
G = 4.17%
B = 56.94%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#380652 (or 0x380652) is known color: Blackcurrant. HEX triplet: 38, 06 and 52. RGB value is (56,6,82). Sum of RGB (Red+Green+Blue) = 56+6+82=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #380652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380652 is #C7F9AD. Grayscale: #1D1D1D. Windows color (decimal): -13105582 or 5375544. OLE color: 5375544.

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

Color convert

RGB 56 6 82 -
CMYK 0.32 0.93 0 0.68
HSL 279.47º 0.86% 0.17% -
HSV(B) 279.47º 0.93% 0.32% -
XYZ 3.22 1.58 8.12 -
YUV 29.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 56 6 82 0.32 0.93 0 0.68 279.47 0.86 0.17
Hex 38 6 52 20 5D 0 44 117 56 11
Octal 70 6 122 40 135 0 104 427 126 21
Binary 111000 110 1010010 100000 1011101 0 1000100 100010111 1010110 10001

Color Harmonies of #380652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380652

Black with #380652

Text Example


Text Example

White with #380652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380652; }

 p { color: rgb(56,6,82); }

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

background-color css

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

 a { background-color: rgb(56,6,82); }

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

border-color css

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

 span { border-color: rgb(56,6,82); }

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