Html Css Color HEX #230830 Blackcurrant

📋 copy color: '#230830'

red 35 ◦ green 8 ◦ blue 48

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

Shades of Blackcurrant #230830

Tints of Blackcurrant #230830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 52.75%

R = 38.46%
G = 8.79%
B = 52.75%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#230830 (or 0x230830) is known color: Blackcurrant. HEX triplet: 23, 08 and 30. RGB value is (35,8,48). Sum of RGB (Red+Green+Blue) = 35+8+48=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #230830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230830 is #DCF7CF. Grayscale: #141414. Windows color (decimal): -14481360 or 3147811. OLE color: 3147811.

HSL color Cylindrical-coordinate representation of color #230830: hue angle of 280.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230830 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 8 48 -
CMYK 0.27 0.83 0 0.81
HSL 280.5º 0.71% 0.11% -
HSV(B) 280.5º 0.83% 0.19% -
XYZ 1.31 0.74 2.87 -
YUV 20.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 35 8 48 0.27 0.83 0 0.81 280.5 0.71 0.11
Hex 23 8 30 1B 53 0 51 118 47 B
Octal 43 10 60 33 123 0 121 430 107 13
Binary 100011 1000 110000 11011 1010011 0 1010001 100011000 1000111 1011

Color Harmonies of #230830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230830

Black with #230830

Text Example


Text Example

White with #230830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230830; }

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

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

background-color css

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

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

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

border-color css

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

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

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