Html Css Color HEX #38083F Blackcurrant

📋 copy color: '#38083F'

red 56 ◦ green 8 ◦ blue 63

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

Shades of Blackcurrant #38083F

Tints of Blackcurrant #38083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.3%

 BLUE value IS 63 (25% from 255) = 49.61%

R = 44.09%
G = 6.3%
B = 49.61%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38083F (or 0x38083F) is known color: Blackcurrant. HEX triplet: 38, 08 and 3F. RGB value is (56,8,63). Sum of RGB (Red+Green+Blue) = 56+8+63=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #38083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38083F is #C7F7C0. Grayscale: #1C1C1C. Windows color (decimal): -13105089 or 4130872. OLE color: 4130872.

HSL color Cylindrical-coordinate representation of color #38083F: hue angle of 292.36º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38083F is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 8 63 -
CMYK 0.11 0.87 0 0.75
HSL 292.36º 0.77% 0.14% -
HSV(B) 292.36º 0.87% 0.25% -
XYZ 2.61 1.37 4.83 -
YUV 28.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 56 8 63 0.11 0.87 0 0.75 292.36 0.77 0.14
Hex 38 8 3F B 57 0 4B 124 4D E
Octal 70 10 77 13 127 0 113 444 115 16
Binary 111000 1000 111111 1011 1010111 0 1001011 100100100 1001101 1110

Color Harmonies of #38083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38083F

Black with #38083F

Text Example


Text Example

White with #38083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38083F; }

 p { color: rgb(56,8,63); }

 H1.HeaderClassName
 {
   color: #38083F;
 }
 .AnyTagClassName
 {
   color: #38083F;
 }
</style>

background-color css

<style>
 a { background-color: #38083F; }

 a { background-color: rgb(56,8,63); }

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

border-color css

<style>
 span { border-color: #38083F; }

 span { border-color: rgb(56,8,63); }

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