Html Css Color HEX #25063D Blackcurrant

📋 copy color: '#25063D'

red 37 ◦ green 6 ◦ blue 61

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

Shades of Blackcurrant #25063D

Tints of Blackcurrant #25063D

RGB

 RED value IS 37 (14.84% from 255) = 35.58%

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

 BLUE value IS 61 (24.22% from 255) = 58.65%

R = 35.58%
G = 5.77%
B = 58.65%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25063D (or 0x25063D) is known color: Blackcurrant. HEX triplet: 25, 06 and 3D. RGB value is (37,6,61). Sum of RGB (Red+Green+Blue) = 37+6+61=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #25063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25063D is #DAF9C2. Grayscale: #151515. Windows color (decimal): -14350787 or 3999269. OLE color: 3999269.

HSL color Cylindrical-coordinate representation of color #25063D: hue angle of 273.82º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25063D is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 6 61 -
CMYK 0.39 0.90 0 0.76
HSL 273.82º 0.82% 0.13% -
HSV(B) 273.82º 0.9% 0.24% -
XYZ 1.67 0.86 4.49 -
YUV 21.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 37 6 61 0.39 0.90 0 0.76 273.82 0.82 0.13
Hex 25 6 3D 27 5A 0 4C 112 52 D
Octal 45 6 75 47 132 0 114 422 122 15
Binary 100101 110 111101 100111 1011010 0 1001100 100010010 1010010 1101

Color Harmonies of #25063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25063D

Black with #25063D

Text Example


Text Example

White with #25063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25063D; }

 p { color: rgb(37,6,61); }

 H1.HeaderClassName
 {
   color: #25063D;
 }
 .AnyTagClassName
 {
   color: #25063D;
 }
</style>

background-color css

<style>
 a { background-color: #25063D; }

 a { background-color: rgb(37,6,61); }

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

border-color css

<style>
 span { border-color: #25063D; }

 span { border-color: rgb(37,6,61); }

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