Html Css Color HEX #230841 Blackcurrant

📋 copy color: '#230841'

red 35 ◦ green 8 ◦ blue 65

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

Shades of Blackcurrant #230841

Tints of Blackcurrant #230841

RGB

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

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

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

R = 32.41%
G = 7.41%
B = 60.19%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#230841 (or 0x230841) is known color: Blackcurrant. HEX triplet: 23, 08 and 41. RGB value is (35,8,65). Sum of RGB (Red+Green+Blue) = 35+8+65=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #230841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230841 is #DCF7BE. Grayscale: #161616. Windows color (decimal): -14481343 or 4261923. OLE color: 4261923.

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

Color convert

RGB 35 8 65 -
CMYK 0.46 0.88 0 0.75
HSL 268.42º 0.78% 0.14% -
HSV(B) 268.42º 0.88% 0.25% -
XYZ 1.73 0.91 5.09 -
YUV 22.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 35 8 65 0.46 0.88 0 0.75 268.42 0.78 0.14
Hex 23 8 41 2E 58 0 4B 10C 4E E
Octal 43 10 101 56 130 0 113 414 116 16
Binary 100011 1000 1000001 101110 1011000 0 1001011 100001100 1001110 1110

Color Harmonies of #230841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230841

Black with #230841

Text Example


Text Example

White with #230841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230841; }

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

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

background-color css

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

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

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

border-color css

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

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

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