Html Css Color HEX #380B45 Blackcurrant

📋 copy color: '#380B45'

red 56 ◦ green 11 ◦ blue 69

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

Shades of Blackcurrant #380B45

Tints of Blackcurrant #380B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 50.74%

R = 41.18%
G = 8.09%
B = 50.74%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380B45 (or 0x380B45) is known color: Blackcurrant. HEX triplet: 38, 0B and 45. RGB value is (56,11,69). Sum of RGB (Red+Green+Blue) = 56+11+69=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #380B45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B45 is #C7F4BA. Grayscale: #1E1E1E. Windows color (decimal): -13104315 or 4524856. OLE color: 4524856.

HSL color Cylindrical-coordinate representation of color #380B45: hue angle of 286.55º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380B45 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 11 69 -
CMYK 0.19 0.84 0 0.73
HSL 286.55º 0.73% 0.16% -
HSV(B) 286.55º 0.84% 0.27% -
XYZ 2.82 1.51 5.77 -
YUV 31.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 56 11 69 0.19 0.84 0 0.73 286.55 0.73 0.16
Hex 38 B 45 13 54 0 49 11F 48 10
Octal 70 13 105 23 124 0 111 437 110 20
Binary 111000 1011 1000101 10011 1010100 0 1001001 100011111 1001000 10000

Color Harmonies of #380B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B45

Black with #380B45

Text Example


Text Example

White with #380B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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