Html Css Color HEX #380B4A Blackcurrant

📋 copy color: '#380B4A'

red 56 ◦ green 11 ◦ blue 74

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

Shades of Blackcurrant #380B4A

Tints of Blackcurrant #380B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 52.48%

R = 39.72%
G = 7.8%
B = 52.48%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#380B4A (or 0x380B4A) is known color: Blackcurrant. HEX triplet: 38, 0B and 4A. RGB value is (56,11,74). Sum of RGB (Red+Green+Blue) = 56+11+74=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #380B4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B4A is #C7F4B5. Grayscale: #1F1F1F. Windows color (decimal): -13104310 or 4852536. OLE color: 4852536.

HSL color Cylindrical-coordinate representation of color #380B4A: hue angle of 282.86º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #380B4A is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 11 74 -
CMYK 0.24 0.85 0 0.71
HSL 282.86º 0.74% 0.17% -
HSV(B) 282.86º 0.85% 0.29% -
XYZ 2.99 1.57 6.63 -
YUV 31.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 56 11 74 0.24 0.85 0 0.71 282.86 0.74 0.17
Hex 38 B 4A 18 55 0 47 11B 4A 11
Octal 70 13 112 30 125 0 107 433 112 21
Binary 111000 1011 1001010 11000 1010101 0 1000111 100011011 1001010 10001

Color Harmonies of #380B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B4A

Black with #380B4A

Text Example


Text Example

White with #380B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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