Html Css Color HEX #380B52 Blackcurrant

📋 copy color: '#380B52'

red 56 ◦ green 11 ◦ blue 82

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

Shades of Blackcurrant #380B52

Tints of Blackcurrant #380B52

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.38%

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

R = 37.58%
G = 7.38%
B = 55.03%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#380B52 (or 0x380B52) is known color: Blackcurrant. HEX triplet: 38, 0B and 52. RGB value is (56,11,82). Sum of RGB (Red+Green+Blue) = 56+11+82=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #380B52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380B52 is #C7F4AD. Grayscale: #202020. Windows color (decimal): -13104302 or 5376824. OLE color: 5376824.

HSL color Cylindrical-coordinate representation of color #380B52: hue angle of 278.03º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #380B52 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 11 82 -
CMYK 0.32 0.87 0 0.68
HSL 278.03º 0.76% 0.18% -
HSV(B) 278.03º 0.87% 0.32% -
XYZ 3.27 1.69 8.14 -
YUV 32.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 56 11 82 0.32 0.87 0 0.68 278.03 0.76 0.18
Hex 38 B 52 20 57 0 44 116 4C 12
Octal 70 13 122 40 127 0 104 426 114 22
Binary 111000 1011 1010010 100000 1010111 0 1000100 100010110 1001100 10010

Color Harmonies of #380B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B52

Black with #380B52

Text Example


Text Example

White with #380B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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