Html Css Color HEX #230041 Blackcurrant

📋 copy color: '#230041'

red 35 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #230041

Tints of Blackcurrant #230041

RGB

 RED value IS 35 (14.06% from 255) = 35%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 65%

R = 35%
G = 0%
B = 65%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#230041 (or 0x230041) is known color: Blackcurrant. HEX triplet: 23, 00 and 41. RGB value is (35,0,65). Sum of RGB (Red+Green+Blue) = 35+0+65=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #230041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230041 is #DCFFBE. Grayscale: #111111. Windows color (decimal): -14483391 or 4259875. OLE color: 4259875.

HSL color Cylindrical-coordinate representation of color #230041: hue angle of 272.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230041 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 0 65 -
CMYK 0.46 1 0 0.75
HSL 272.31º 1% 0.13% -
HSV(B) 272.31º 1% 0.25% -
XYZ 1.65 0.74 5.06 -
YUV 17.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 35 0 65 0.46 1 0 0.75 272.31 1 0.13
Hex 23 0 41 2E 64 0 4B 110 64 D
Octal 43 0 101 56 144 0 113 420 144 15
Binary 100011 0 1000001 101110 1100100 0 1001011 100010000 1100100 1101

Color Harmonies of #230041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230041

Black with #230041

Text Example


Text Example

White with #230041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230041; }

 p { color: rgb(35,0,65); }

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

background-color css

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

 a { background-color: rgb(35,0,65); }

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

border-color css

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

 span { border-color: rgb(35,0,65); }

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