Html Css Color HEX #38064E Blackcurrant

📋 copy color: '#38064E'

red 56 ◦ green 6 ◦ blue 78

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

Shades of Blackcurrant #38064E

Tints of Blackcurrant #38064E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 55.71%

R = 40%
G = 4.29%
B = 55.71%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38064E (or 0x38064E) is known color: Blackcurrant. HEX triplet: 38, 06 and 4E. RGB value is (56,6,78). Sum of RGB (Red+Green+Blue) = 56+6+78=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #38064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38064E is #C7F9B1. Grayscale: #1C1C1C. Windows color (decimal): -13105586 or 5113400. OLE color: 5113400.

HSL color Cylindrical-coordinate representation of color #38064E: hue angle of 281.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38064E is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 6 78 -
CMYK 0.28 0.92 0 0.69
HSL 281.67º 0.86% 0.16% -
HSV(B) 281.67º 0.92% 0.31% -
XYZ 3.07 1.52 7.34 -
YUV 29.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 56 6 78 0.28 0.92 0 0.69 281.67 0.86 0.16
Hex 38 6 4E 1C 5C 0 45 11A 56 10
Octal 70 6 116 34 134 0 105 432 126 20
Binary 111000 110 1001110 11100 1011100 0 1000101 100011010 1010110 10000

Color Harmonies of #38064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38064E

Black with #38064E

Text Example


Text Example

White with #38064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38064E; }

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

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

background-color css

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

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

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

border-color css

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

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

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