Html Css Color HEX #230319 Blackberry

📋 copy color: '#230319'

red 35 ◦ green 3 ◦ blue 25

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

Shades of Blackberry #230319

Tints of Blackberry #230319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.76%

 BLUE value IS 25 (10.16% from 255) = 39.68%

R = 55.56%
G = 4.76%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#230319 (or 0x230319) is known color: Blackberry. HEX triplet: 23, 03 and 19. RGB value is (35,3,25). Sum of RGB (Red+Green+Blue) = 35+3+25=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230319 is #DCFCE6. Grayscale: #0F0F0F. Windows color (decimal): -14482663 or 1639203. OLE color: 1639203.

HSL color Cylindrical-coordinate representation of color #230319: hue angle of 318.75º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230319 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 3 25 -
CMYK 0 0.91 0.29 0.86
HSL 318.75º 0.84% 0.07% -
HSV(B) 318.75º 0.91% 0.14% -
XYZ 0.9 0.49 0.97 -
YUV 15.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 35 3 25 0 0.91 0.29 0.86 318.75 0.84 0.07
Hex 23 3 19 0 5B 1D 56 13F 54 7
Octal 43 3 31 0 133 35 126 477 124 7
Binary 100011 11 11001 0 1011011 11101 1010110 100111111 1010100 111

Color Harmonies of #230319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230319

Black with #230319

Text Example


Text Example

White with #230319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230319; }

 p { color: rgb(35,3,25); }

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

background-color css

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

 a { background-color: rgb(35,3,25); }

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

border-color css

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

 span { border-color: rgb(35,3,25); }

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