Html Css Color HEX #38094A Blackcurrant

📋 copy color: '#38094A'

red 56 ◦ green 9 ◦ blue 74

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

Shades of Blackcurrant #38094A

Tints of Blackcurrant #38094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.47%

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

R = 40.29%
G = 6.47%
B = 53.24%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38094A (or 0x38094A) is known color: Blackcurrant. HEX triplet: 38, 09 and 4A. RGB value is (56,9,74). Sum of RGB (Red+Green+Blue) = 56+9+74=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #38094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38094A is #C7F6B5. Grayscale: #1E1E1E. Windows color (decimal): -13104822 or 4852024. OLE color: 4852024.

HSL color Cylindrical-coordinate representation of color #38094A: hue angle of 283.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38094A is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 9 74 -
CMYK 0.24 0.88 0 0.71
HSL 283.38º 0.78% 0.16% -
HSV(B) 283.38º 0.88% 0.29% -
XYZ 2.96 1.53 6.62 -
YUV 30.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 56 9 74 0.24 0.88 0 0.71 283.38 0.78 0.16
Hex 38 9 4A 18 58 0 47 11B 4E 10
Octal 70 11 112 30 130 0 107 433 116 20
Binary 111000 1001 1001010 11000 1011000 0 1000111 100011011 1001110 10000

Color Harmonies of #38094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38094A

Black with #38094A

Text Example


Text Example

White with #38094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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