Html Css Color HEX #38063F Blackcurrant

📋 copy color: '#38063F'

red 56 ◦ green 6 ◦ blue 63

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

Shades of Blackcurrant #38063F

Tints of Blackcurrant #38063F

RGB

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

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

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

R = 44.8%
G = 4.8%
B = 50.4%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38063F (or 0x38063F) is known color: Blackcurrant. HEX triplet: 38, 06 and 3F. RGB value is (56,6,63). Sum of RGB (Red+Green+Blue) = 56+6+63=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #38063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38063F is #C7F9C0. Grayscale: #1B1B1B. Windows color (decimal): -13105601 or 4130360. OLE color: 4130360.

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

Color convert

RGB 56 6 63 -
CMYK 0.11 0.90 0 0.75
HSL 292.63º 0.83% 0.14% -
HSV(B) 292.63º 0.9% 0.25% -
XYZ 2.59 1.33 4.82 -
YUV 27.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 56 6 63 0.11 0.90 0 0.75 292.63 0.83 0.14
Hex 38 6 3F B 5A 0 4B 125 53 E
Octal 70 6 77 13 132 0 113 445 123 16
Binary 111000 110 111111 1011 1011010 0 1001011 100100101 1010011 1110

Color Harmonies of #38063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38063F

Black with #38063F

Text Example


Text Example

White with #38063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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